#CBBDFA

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

Shades of Lavender Blue #CBBDFA

Tints of Lavender Blue #CBBDFA

Color information

#CBBDFA (or 0xCBBDFA) is unknown color: approx Lavender Blue. HEX triplet: CB, BD and FA. RGB value is (203,189,250). Sum of RGB (Red+Green+Blue) = 203+189+250=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBBDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDFA is #344205. Grayscale: #C7C7C7. Windows color (decimal): -3424774 or 16432587. OLE color: 16432587.

HSL color Cylindrical-coordinate representation of color #CBBDFA: hue angle of 253.77º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBBDFA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203189250-
CMYK0.190.2400.02
HSL253.77º85.92%86.08%-
HSV(B)253.77º24.4%98.04%-
XYZ60.0855.9998.08-
YUV200.14156.14130.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.62%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=31.62%
G=29.44%
B=38.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031892500.190.2400.02253.7785.9286.08
HexCBBDFA131802fe5656
Octal313275372233002376126126
Binary11001011101111011111101010011110000101111111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDFA; }

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

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

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

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

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

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

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

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