#CBBFFF

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

Shades of Lavender Blue #CBBFFF

Tints of Lavender Blue #CBBFFF

Color information

#CBBFFF (or 0xCBBFFF) is unknown color: approx Lavender Blue. HEX triplet: CB, BF and FF. RGB value is (203,191,255). Sum of RGB (Red+Green+Blue) = 203+191+255=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFFF is #344000. Grayscale: #C9C9C9. Windows color (decimal): -3424257 or 16760779. OLE color: 16760779.

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

Color convert

RGB203191255-
CMYK0.200.2500
HSL251.25º100%87.45%-
HSV(B)251.25º25.1%100%-
XYZ61.3157.18102.41-
YUV201.88157.98128.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.28%
GREEN value IS 191 (75% from 255) = 29.43%
BLUE value IS 255 (100% from 255) = 39.29%
R=31.28%
G=29.43%
B=39.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031912550.200.2500251.2510087.45
HexCBBFFF141900fb6457
Octal313277377243100373144127
Binary1100101110111111111111111010011001001111101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFFF; }

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

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

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

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

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

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

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

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