#C9BCFF

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

Shades of Lavender Blue #C9BCFF

Tints of Lavender Blue #C9BCFF

Color information

#C9BCFF (or 0xC9BCFF) is unknown color: approx Lavender Blue. HEX triplet: C9, BC and FF. RGB value is (201,188,255). Sum of RGB (Red+Green+Blue) = 201+188+255=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCFF is #364300. Grayscale: #C7C7C7. Windows color (decimal): -3556097 or 16760009. OLE color: 16760009.

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

Color convert

RGB201188255-
CMYK0.210.2600
HSL251.64º100%86.86%-
HSV(B)251.64º26.27%100%-
XYZ60.1255.6102.17-
YUV199.52159.31129.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.21%
GREEN value IS 188 (73.83% from 255) = 29.19%
BLUE value IS 255 (100% from 255) = 39.60%
R=31.21%
G=29.19%
B=39.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011882550.210.2600251.6410086.86
HexC9BCFF151A00fc6457
Octal311274377253200374144127
Binary1100100110111100111111111010111010001111110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCFF; }

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

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

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

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

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

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

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

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