#C9BCFB

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

Shades of Lavender Blue #C9BCFB

Tints of Lavender Blue #C9BCFB

Color information

#C9BCFB (or 0xC9BCFB) is unknown color: approx Lavender Blue. HEX triplet: C9, BC and FB. RGB value is (201,188,251). Sum of RGB (Red+Green+Blue) = 201+188+251=640 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.41% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCFB is #364304. Grayscale: #C6C6C6. Windows color (decimal): -3556101 or 16497865. OLE color: 16497865.

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

Color convert

RGB201188251-
CMYK0.200.2500.02
HSL252.38º88.73%86.08%-
HSV(B)252.38º25.1%98.43%-
XYZ59.4855.3598.82-
YUV199.07157.31129.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.41%
GREEN value IS 188 (73.83% from 255) = 29.38%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=31.41%
G=29.38%
B=39.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011882510.200.2500.02252.3888.7386.08
HexC9BCFB141902fc5956
Octal311274373243102374131126
Binary11001001101111001111101110100110010101111110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCFB; }

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

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

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

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

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

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

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

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