#C9BFFB

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

Shades of Lavender Blue #C9BFFB

Tints of Lavender Blue #C9BFFB

Color information

#C9BFFB (or 0xC9BFFB) is unknown color: approx Lavender Blue. HEX triplet: C9, BF and FB. RGB value is (201,191,251). Sum of RGB (Red+Green+Blue) = 201+191+251=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9BFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFFB is #364004. Grayscale: #C8C8C8. Windows color (decimal): -3555333 or 16498633. OLE color: 16498633.

HSL color Cylindrical-coordinate representation of color #C9BFFB: hue angle of 250º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9BFFB is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201191251-
CMYK0.200.2400.02
HSL250º88.24%86.67%-
HSV(B)250º23.9%98.43%-
XYZ60.1356.6499.03-
YUV200.83156.31128.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.26%
GREEN value IS 191 (75% from 255) = 29.70%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=31.26%
G=29.70%
B=39.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011912510.200.2400.0225088.2486.67
HexC9BFFB141802fa5857
Octal311277373243002372130127
Binary11001001101111111111101110100110000101111101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFFB; }

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

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

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

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

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

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

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

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