#C9BAFD

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

Shades of Lavender Blue #C9BAFD

Tints of Lavender Blue #C9BAFD

Color information

#C9BAFD (or 0xC9BAFD) is unknown color: approx Lavender Blue. HEX triplet: C9, BA and FD. RGB value is (201,186,253). Sum of RGB (Red+Green+Blue) = 201+186+253=640 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.41% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAFD is #364502. Grayscale: #C5C5C5. Windows color (decimal): -3556611 or 16628425. OLE color: 16628425.

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

Color convert

RGB201186253-
CMYK0.210.2600.01
HSL253.43º94.37%86.08%-
HSV(B)253.43º26.48%99.22%-
XYZ59.3854.63100.34-
YUV198.12158.97130.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.41%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=31.41%
G=29.06%
B=39.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011862530.210.2600.01253.4394.3786.08
HexC9BAFD151A01fd5e56
Octal311272375253201375136126
Binary1100100110111010111111011010111010011111110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAFD; }

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

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

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

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

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

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

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

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