#C9BEFC

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

Shades of Lavender Blue #C9BEFC

Tints of Lavender Blue #C9BEFC

Color information

#C9BEFC (or 0xC9BEFC) is unknown color: approx Lavender Blue. HEX triplet: C9, BE and FC. RGB value is (201,190,252). Sum of RGB (Red+Green+Blue) = 201+190+252=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEFC is #364103. Grayscale: #C8C8C8. Windows color (decimal): -3555588 or 16563913. OLE color: 16563913.

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

Color convert

RGB201190252-
CMYK0.200.2500.01
HSL250.65º91.18%86.67%-
HSV(B)250.65º24.6%98.82%-
XYZ60.0756.2799.79-
YUV200.36157.14128.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.26%
GREEN value IS 190 (74.61% from 255) = 29.55%
BLUE value IS 252 (98.83% from 255) = 39.19%
R=31.26%
G=29.55%
B=39.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011902520.200.2500.01250.6591.1886.67
HexC9BEFC141901fb5b57
Octal311276374243101373133127
Binary1100100110111110111111001010011001011111101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEFC; }

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

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

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

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

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

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

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

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