#C9BAFE

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

Shades of Lavender Blue #C9BAFE

Tints of Lavender Blue #C9BAFE

Color information

#C9BAFE (or 0xC9BAFE) is unknown color: approx Lavender Blue. HEX triplet: C9, BA and FE. RGB value is (201,186,254). Sum of RGB (Red+Green+Blue) = 201+186+254=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAFE is #364501. Grayscale: #C5C5C5. Windows color (decimal): -3556610 or 16693961. OLE color: 16693961.

HSL color Cylindrical-coordinate representation of color #C9BAFE: hue angle of 253.24º 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 #C9BAFE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201186254-
CMYK0.210.2700.00
HSL253.24º97.14%86.27%-
HSV(B)253.24º26.77%99.61%-
XYZ59.5454.69101.18-
YUV198.24159.47129.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.36%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=31.36%
G=29.02%
B=39.63%

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
Decimal2011862540.210.2700.00253.2497.1486.27
HexC9BAFE151B00fd6156
Octal311272376253300375141126
Binary1100100110111010111111101010111011001111110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAFE; }

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

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

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

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

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

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

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

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