#C9B9FC

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

Shades of Lavender Blue #C9B9FC

Tints of Lavender Blue #C9B9FC

Color information

#C9B9FC (or 0xC9B9FC) is unknown color: approx Lavender Blue. HEX triplet: C9, B9 and FC. RGB value is (201,185,252). Sum of RGB (Red+Green+Blue) = 201+185+252=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9B9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B9FC is #364603. Grayscale: #C5C5C5. Windows color (decimal): -3556868 or 16562633. OLE color: 16562633.

HSL color Cylindrical-coordinate representation of color #C9B9FC: hue angle of 254.33º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9B9FC is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201185252-
CMYK0.200.2700.01
HSL254.33º91.78%85.69%-
HSV(B)254.33º26.59%98.82%-
XYZ59.0154.1499.44-
YUV197.42158.8130.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.50%
GREEN value IS 185 (72.66% from 255) = 29.00%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=31.50%
G=29.00%
B=39.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011852520.200.2700.01254.3391.7885.69
HexC9B9FC141B01fe5c56
Octal311271374243301376134126
Binary1100100110111001111111001010011011011111111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B9FC; }

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

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

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

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

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

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

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

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