#CBB9FE

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

Shades of Lavender Blue #CBB9FE

Tints of Lavender Blue #CBB9FE

Color information

#CBB9FE (or 0xCBB9FE) is unknown color: approx Lavender Blue. HEX triplet: CB, B9 and FE. RGB value is (203,185,254). Sum of RGB (Red+Green+Blue) = 203+185+254=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9FE is #344601. Grayscale: #C5C5C5. Windows color (decimal): -3425794 or 16693707. OLE color: 16693707.

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

Color convert

RGB203185254-
CMYK0.200.2700.00
HSL255.65º97.18%86.08%-
HSV(B)255.65º27.17%99.61%-
XYZ59.8754.55101.14-
YUV198.25159.46131.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.62%
GREEN value IS 185 (72.66% from 255) = 28.82%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=31.62%
G=28.82%
B=39.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031852540.200.2700.00255.6597.1886.08
HexCBB9FE141B001006156
Octal313271376243300400141126
Binary11001011101110011111111010100110110010000000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9FE; }

 p { color: rgb(203,185,254); }

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

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

 a { background-color: rgb(203,185,254); }

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

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

 span { border-color: rgb(203,185,254); }

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