#CBBDFC

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

Shades of Lavender Blue #CBBDFC

Tints of Lavender Blue #CBBDFC

Color information

#CBBDFC (or 0xCBBDFC) is unknown color: approx Lavender Blue. HEX triplet: CB, BD and FC. RGB value is (203,189,252). Sum of RGB (Red+Green+Blue) = 203+189+252=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBBDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDFC is #344203. Grayscale: #C8C8C8. Windows color (decimal): -3424772 or 16563659. OLE color: 16563659.

HSL color Cylindrical-coordinate representation of color #CBBDFC: hue angle of 253.33º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBBDFC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203189252-
CMYK0.190.2500.01
HSL253.33º91.3%86.47%-
HSV(B)253.33º25%98.82%-
XYZ60.456.1299.74-
YUV200.37157.14129.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.52%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=31.52%
G=29.35%
B=39.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031892520.190.2500.01253.3391.386.47
HexCBBDFC131901fd5b56
Octal313275374233101375133126
Binary1100101110111101111111001001111001011111110110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDFC; }

 p { color: rgb(203,189,252); }

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

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

 a { background-color: rgb(203,189,252); }

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

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

 span { border-color: rgb(203,189,252); }

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