#C9BAFA

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

Shades of Lavender Blue #C9BAFA

Tints of Lavender Blue #C9BAFA

Color information

#C9BAFA (or 0xC9BAFA) is unknown color: approx Lavender Blue. HEX triplet: C9, BA and FA. RGB value is (201,186,250). Sum of RGB (Red+Green+Blue) = 201+186+250=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAFA is #364505. Grayscale: #C5C5C5. Windows color (decimal): -3556614 or 16431817. OLE color: 16431817.

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

Color convert

RGB201186250-
CMYK0.200.2600.02
HSL254.06º86.49%85.49%-
HSV(B)254.06º25.6%98.04%-
XYZ58.954.4497.85-
YUV197.78157.47130.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.55%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=31.55%
G=29.20%
B=39.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011862500.200.2600.02254.0686.4985.49
HexC9BAFA141A02fe5655
Octal311272372243202376126125
Binary11001001101110101111101010100110100101111111010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAFA; }

 p { color: rgb(201,186,250); }

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

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

 a { background-color: rgb(201,186,250); }

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

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

 span { border-color: rgb(201,186,250); }

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