#BBBDEB

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

Shades of Perano #BBBDEB

Tints of Perano #BBBDEB

Color information

#BBBDEB (or 0xBBBDEB) is unknown color: approx Perano. HEX triplet: BB, BD and EB. RGB value is (187,189,235). Sum of RGB (Red+Green+Blue) = 187+189+235=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBBDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDEB is #444214. Grayscale: #C1C1C1. Windows color (decimal): -4473365 or 15449531. OLE color: 15449531.

HSL color Cylindrical-coordinate representation of color #BBBDEB: hue angle of 237.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBBDEB is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187189235-
CMYK0.200.2000.08
HSL237.5º54.55%82.75%-
HSV(B)237.5º20.43%92.16%-
XYZ53.6952.9685.99-
YUV193.65151.34123.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=30.61%
G=30.93%
B=38.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871892350.200.2000.08237.554.5582.75
HexBBBDEB141408ee3753
Octal273275353242401035667123
Binary101110111011110111101011101001010001000111011101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDEB; }

 p { color: rgb(187,189,235); }

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

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

 a { background-color: rgb(187,189,235); }

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

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

 span { border-color: rgb(187,189,235); }

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