#C9B9FE

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

Shades of Lavender Blue #C9B9FE

Tints of Lavender Blue #C9B9FE

Color information

#C9B9FE (or 0xC9B9FE) is unknown color: approx Lavender Blue. HEX triplet: C9, B9 and FE. RGB value is (201,185,254). Sum of RGB (Red+Green+Blue) = 201+185+254=640 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.41% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B9FE is #364601. Grayscale: #C5C5C5. Windows color (decimal): -3556866 or 16693705. OLE color: 16693705.

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

Color convert

RGB201185254-
CMYK0.210.2700.00
HSL253.91º97.18%86.08%-
HSV(B)253.91º27.17%99.61%-
XYZ59.3354.27101.11-
YUV197.65159.8130.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.41%
GREEN value IS 185 (72.66% from 255) = 28.91%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=31.41%
G=28.91%
B=39.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011852540.210.2700.00253.9197.1886.08
HexC9B9FE151B00fe6156
Octal311271376253300376141126
Binary1100100110111001111111101010111011001111111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B9FE; }

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

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

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

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

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

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

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

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