#C5BBFF

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

Shades of Lavender Blue #C5BBFF

Tints of Lavender Blue #C5BBFF

Color information

#C5BBFF (or 0xC5BBFF) is unknown color: approx Lavender Blue. HEX triplet: C5, BB and FF. RGB value is (197,187,255). Sum of RGB (Red+Green+Blue) = 197+187+255=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBFF is #3A4400. Grayscale: #C5C5C5. Windows color (decimal): -3818497 or 16759749. OLE color: 16759749.

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

Color convert

RGB197187255-
CMYK0.230.2700
HSL248.82º100%86.67%-
HSV(B)248.82º26.67%100%-
XYZ58.8554.63102.05-
YUV197.74160.31127.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.83%
GREEN value IS 187 (73.44% from 255) = 29.26%
BLUE value IS 255 (100% from 255) = 39.91%
R=30.83%
G=29.26%
B=39.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971872550.230.2700248.8210086.67
HexC5BBFF171B00f96457
Octal305273377273300371144127
Binary1100010110111011111111111011111011001111100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBFF; }

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

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

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

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

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

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

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

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