#CBB9FF

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

Shades of Lavender Blue #CBB9FF

Tints of Lavender Blue #CBB9FF

Color information

#CBB9FF (or 0xCBB9FF) is unknown color: approx Lavender Blue. HEX triplet: CB, B9 and FF. RGB value is (203,185,255). Sum of RGB (Red+Green+Blue) = 203+185+255=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9FF is #344600. Grayscale: #C6C6C6. Windows color (decimal): -3425793 or 16759243. OLE color: 16759243.

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

Color convert

RGB203185255-
CMYK0.200.2700
HSL255.43º100%86.27%-
HSV(B)255.43º27.45%100%-
XYZ60.0354.61101.99-
YUV198.36159.96131.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.57%
GREEN value IS 185 (72.66% from 255) = 28.77%
BLUE value IS 255 (100% from 255) = 39.66%
R=31.57%
G=28.77%
B=39.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031852550.200.2700255.4310086.27
HexCBB9FF141B00ff6456
Octal313271377243300377144126
Binary1100101110111001111111111010011011001111111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9FF; }

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

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

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

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

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

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

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

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