#c5b5fe

Color #C5B5FE Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C5B5FE

Tints of Lavender Blue #C5B5FE

Color information

#C5B5FE (or 0xC5B5FE) is unknown color: approx Lavender Blue. HEX triplet: C5, B5 and FE. RGB value is (197,181,254). Sum of RGB (Red+Green+Blue) = 197+181+254=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B5FE is #3A4A01. Grayscale: #C1C1C1. Windows color (decimal): -3820034 or 16692677. OLE color: 16692677.

HSL color Cylindrical-coordinate representation of color #C5B5FE: hue angle of 253.15º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5B5FE is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB197181254-
CMYK0.220.2900.00
HSL253.15º97.33%85.29%-
HSV(B)253.15º28.74%99.61%-
XYZ57.4452.07100.79-
YUV194.11161.8130.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 31.17%
GREEN value IS 181 (71.09% from 255) = 28.64%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=31.17%
G=28.64%
B=40.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971812540.220.2900.00253.1597.3385.29
HexC5B5FE161D00fd6155
Octal305265376263500375141125
Binary1100010110110101111111101011011101001111110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5b5fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5b5fe; }

 p { color: rgb(197,181,254); }

 H1.HeaderClassName
 {
   color: #c5b5fe;
 }
 .AnyTagClassName
 {
   color: #c5b5fe;
 }
</style>
background-color css

<style>
 a { background-color: #c5b5fe; }

 a { background-color: rgb(197,181,254); }

 div.DivClassName
 {
   background-color: #c5b5fe;
 }
 .BgClassName
 {
   background-color: #c5b5fe;
 }
</style>
border-color css

<style>
 span { border-color: #c5b5fe; }

 span { border-color: rgb(197,181,254); }

 td.TdClassName
 {
   border-color: #c5b5fe;
 }
 .TagClassName
 {
   border-color: #c5b5fe;
 }
</style>