#C9BFFE

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

Shades of Lavender Blue #C9BFFE

Tints of Lavender Blue #C9BFFE

Color information

#C9BFFE (or 0xC9BFFE) is unknown color: approx Lavender Blue. HEX triplet: C9, BF and FE. RGB value is (201,191,254). Sum of RGB (Red+Green+Blue) = 201+191+254=646 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.11% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFFE is #364001. Grayscale: #C8C8C8. Windows color (decimal): -3555330 or 16695241. OLE color: 16695241.

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

Color convert

RGB201191254-
CMYK0.210.2500.00
HSL249.52º96.92%87.25%-
HSV(B)249.52º24.8%99.61%-
XYZ60.6156.83101.54-
YUV201.17157.81127.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.11%
GREEN value IS 191 (75% from 255) = 29.57%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=31.11%
G=29.57%
B=39.32%

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
Decimal2011912540.210.2500.00249.5296.9287.25
HexC9BFFE151900fa6157
Octal311277376253100372141127
Binary1100100110111111111111101010111001001111101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFFE; }

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

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

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

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

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

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

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

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