#C9BDFE

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

Shades of Lavender Blue #C9BDFE

Tints of Lavender Blue #C9BDFE

Color information

#C9BDFE (or 0xC9BDFE) is unknown color: approx Lavender Blue. HEX triplet: C9, BD and FE. RGB value is (201,189,254). Sum of RGB (Red+Green+Blue) = 201+189+254=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDFE is #364201. Grayscale: #C7C7C7. Windows color (decimal): -3555842 or 16694729. OLE color: 16694729.

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

Color convert

RGB201189254-
CMYK0.210.2600.00
HSL251.08º97.01%86.86%-
HSV(B)251.08º25.59%99.61%-
XYZ60.1755.97101.4-
YUV200158.48128.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.21%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=31.21%
G=29.35%
B=39.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011892540.210.2600.00251.0897.0186.86
HexC9BDFE151A00fb6157
Octal311275376253200373141127
Binary1100100110111101111111101010111010001111101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDFE; }

 p { color: rgb(201,189,254); }

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

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

 a { background-color: rgb(201,189,254); }

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

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

 span { border-color: rgb(201,189,254); }

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