#C5BCFC

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

Shades of Lavender Blue #C5BCFC

Tints of Lavender Blue #C5BCFC

Color information

#C5BCFC (or 0xC5BCFC) is unknown color: approx Lavender Blue. HEX triplet: C5, BC and FC. RGB value is (197,188,252). Sum of RGB (Red+Green+Blue) = 197+188+252=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCFC is #3A4303. Grayscale: #C5C5C5. Windows color (decimal): -3818244 or 16563397. OLE color: 16563397.

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

Color convert

RGB197188252-
CMYK0.220.2500.01
HSL248.44º91.43%86.27%-
HSV(B)248.44º25.4%98.82%-
XYZ58.5854.8799.6-
YUV197.99158.48127.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.93%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=30.93%
G=29.51%
B=39.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971882520.220.2500.01248.4491.4386.27
HexC5BCFC161901f85b56
Octal305274374263101370133126
Binary1100010110111100111111001011011001011111100010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCFC; }

 p { color: rgb(197,188,252); }

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

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

 a { background-color: rgb(197,188,252); }

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

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

 span { border-color: rgb(197,188,252); }

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