#C5B9FF

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

Shades of Lavender Blue #C5B9FF

Tints of Lavender Blue #C5B9FF

Color information

#C5B9FF (or 0xC5B9FF) is unknown color: approx Lavender Blue. HEX triplet: C5, B9 and FF. RGB value is (197,185,255). Sum of RGB (Red+Green+Blue) = 197+185+255=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B9FF is #3A4600. Grayscale: #C4C4C4. Windows color (decimal): -3819009 or 16759237. OLE color: 16759237.

HSL color Cylindrical-coordinate representation of color #C5B9FF: hue angle of 250.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5B9FF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197185255-
CMYK0.230.2700
HSL250.29º100%86.27%-
HSV(B)250.29º27.45%100%-
XYZ58.4253.79101.91-
YUV196.57160.98128.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.93%
GREEN value IS 185 (72.66% from 255) = 29.04%
BLUE value IS 255 (100% from 255) = 40.03%
R=30.93%
G=29.04%
B=40.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971852550.230.2700250.2910086.27
HexC5B9FF171B00fa6456
Octal305271377273300372144126
Binary1100010110111001111111111011111011001111101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B9FF; }

 p { color: rgb(197,185,255); }

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

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

 a { background-color: rgb(197,185,255); }

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

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

 span { border-color: rgb(197,185,255); }

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