#C9BDFA

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

Shades of Lavender Blue #C9BDFA

Tints of Lavender Blue #C9BDFA

Color information

#C9BDFA (or 0xC9BDFA) is unknown color: approx Lavender Blue. HEX triplet: C9, BD and FA. RGB value is (201,189,250). Sum of RGB (Red+Green+Blue) = 201+189+250=640 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.41% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9BDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDFA is #364205. Grayscale: #C7C7C7. Windows color (decimal): -3555846 or 16432585. OLE color: 16432585.

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

Color convert

RGB201189250-
CMYK0.200.2400.02
HSL251.8º85.92%86.08%-
HSV(B)251.8º24.4%98.04%-
XYZ59.5455.7198.06-
YUV199.54156.48129.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.41%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=31.41%
G=29.53%
B=39.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011892500.200.2400.02251.885.9286.08
HexC9BDFA141802fc5656
Octal311275372243002374126126
Binary11001001101111011111101010100110000101111110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDFA; }

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

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

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

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

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

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

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

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