#C9BEFE

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

Shades of Lavender Blue #C9BEFE

Tints of Lavender Blue #C9BEFE

Color information

#C9BEFE (or 0xC9BEFE) is unknown color: approx Lavender Blue. HEX triplet: C9, BE and FE. RGB value is (201,190,254). Sum of RGB (Red+Green+Blue) = 201+190+254=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEFE is #364101. Grayscale: #C8C8C8. Windows color (decimal): -3555586 or 16694985. OLE color: 16694985.

HSL color Cylindrical-coordinate representation of color #C9BEFE: hue angle of 250.31º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9BEFE is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201190254-
CMYK0.210.2500.00
HSL250.31º96.97%87.06%-
HSV(B)250.31º25.2%99.61%-
XYZ60.3956.4101.47-
YUV200.58158.14128.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.16%
GREEN value IS 190 (74.61% from 255) = 29.46%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=31.16%
G=29.46%
B=39.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011902540.210.2500.00250.3196.9787.06
HexC9BEFE151900fa6157
Octal311276376253100372141127
Binary1100100110111110111111101010111001001111101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEFE; }

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

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

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

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

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

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

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

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