#C5BBFE

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

Shades of Lavender Blue #C5BBFE

Tints of Lavender Blue #C5BBFE

Color information

#C5BBFE (or 0xC5BBFE) is unknown color: approx Lavender Blue. HEX triplet: C5, BB and FE. RGB value is (197,187,254). Sum of RGB (Red+Green+Blue) = 197+187+254=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBFE is #3A4401. Grayscale: #C5C5C5. Windows color (decimal): -3818498 or 16694213. OLE color: 16694213.

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

Color convert

RGB197187254-
CMYK0.220.2600.00
HSL248.96º97.1%86.47%-
HSV(B)248.96º26.38%99.61%-
XYZ58.6954.57101.21-
YUV197.63159.81127.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.88%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=30.88%
G=29.31%
B=39.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971872540.220.2600.00248.9697.186.47
HexC5BBFE161A00f96156
Octal305273376263200371141126
Binary1100010110111011111111101011011010001111100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBFE; }

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

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

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

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

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

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

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

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