#C9BCFC

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

Shades of Lavender Blue #C9BCFC

Tints of Lavender Blue #C9BCFC

Color information

#C9BCFC (or 0xC9BCFC) is unknown color: approx Lavender Blue. HEX triplet: C9, BC and FC. RGB value is (201,188,252). Sum of RGB (Red+Green+Blue) = 201+188+252=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCFC is #364303. Grayscale: #C6C6C6. Windows color (decimal): -3556100 or 16563401. OLE color: 16563401.

HSL color Cylindrical-coordinate representation of color #C9BCFC: hue angle of 252.19º 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 #C9BCFC is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201188252-
CMYK0.200.2500.01
HSL252.19º91.43%86.27%-
HSV(B)252.19º25.4%98.82%-
XYZ59.6455.4199.65-
YUV199.18157.81129.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.36%
GREEN value IS 188 (73.83% from 255) = 29.33%
BLUE value IS 252 (98.83% from 255) = 39.31%
R=31.36%
G=29.33%
B=39.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011882520.200.2500.01252.1991.4386.27
HexC9BCFC141901fc5b56
Octal311274374243101374133126
Binary1100100110111100111111001010011001011111110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCFC; }

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

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

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

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

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

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

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

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