#C5BBFB

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

Shades of Lavender Blue #C5BBFB

Tints of Lavender Blue #C5BBFB

Color information

#C5BBFB (or 0xC5BBFB) is unknown color: approx Lavender Blue. HEX triplet: C5, BB and FB. RGB value is (197,187,251). Sum of RGB (Red+Green+Blue) = 197+187+251=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBFB is #3A4404. Grayscale: #C5C5C5. Windows color (decimal): -3818501 or 16497605. OLE color: 16497605.

HSL color Cylindrical-coordinate representation of color #C5BBFB: hue angle of 249.38º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5BBFB is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197187251-
CMYK0.220.2500.02
HSL249.38º88.89%85.88%-
HSV(B)249.38º25.5%98.43%-
XYZ58.2154.3898.69-
YUV197.29158.31127.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.02%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=31.02%
G=29.45%
B=39.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971872510.220.2500.02249.3888.8985.88
HexC5BBFB161902f95956
Octal305273373263102371131126
Binary11000101101110111111101110110110010101111100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBFB; }

 p { color: rgb(197,187,251); }

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

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

 a { background-color: rgb(197,187,251); }

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

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

 span { border-color: rgb(197,187,251); }

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