#CBBCFF

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

Shades of Lavender Blue #CBBCFF

Tints of Lavender Blue #CBBCFF

Color information

#CBBCFF (or 0xCBBCFF) is unknown color: approx Lavender Blue. HEX triplet: CB, BC and FF. RGB value is (203,188,255). Sum of RGB (Red+Green+Blue) = 203+188+255=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBCFF is #344300. Grayscale: #C7C7C7. Windows color (decimal): -3425025 or 16760011. OLE color: 16760011.

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

Color convert

RGB203188255-
CMYK0.200.2600
HSL253.43º100%86.86%-
HSV(B)253.43º26.27%100%-
XYZ60.6655.88102.2-
YUV200.12158.97130.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.42%
GREEN value IS 188 (73.83% from 255) = 29.10%
BLUE value IS 255 (100% from 255) = 39.47%
R=31.42%
G=29.10%
B=39.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031882550.200.2600253.4310086.86
HexCBBCFF141A00fd6457
Octal313274377243200375144127
Binary1100101110111100111111111010011010001111110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCFF; }

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

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

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

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

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

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

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

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