#CBBBFF

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

Shades of Lavender Blue #CBBBFF

Tints of Lavender Blue #CBBBFF

Color information

#CBBBFF (or 0xCBBBFF) is unknown color: approx Lavender Blue. HEX triplet: CB, BB and FF. RGB value is (203,187,255). Sum of RGB (Red+Green+Blue) = 203+187+255=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBFF is #344400. Grayscale: #C7C7C7. Windows color (decimal): -3425281 or 16759755. OLE color: 16759755.

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

Color convert

RGB203187255-
CMYK0.200.2700
HSL254.12º100%86.67%-
HSV(B)254.12º26.67%100%-
XYZ60.4555.46102.13-
YUV199.54159.3130.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.47%
GREEN value IS 187 (73.44% from 255) = 28.99%
BLUE value IS 255 (100% from 255) = 39.53%
R=31.47%
G=28.99%
B=39.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031872550.200.2700254.1210086.67
HexCBBBFF141B00fe6457
Octal313273377243300376144127
Binary1100101110111011111111111010011011001111111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBFF; }

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

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

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

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

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

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

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

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