#BBBEED

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

Shades of Perano #BBBEED

Tints of Perano #BBBEED

Color information

#BBBEED (or 0xBBBEED) is unknown color: approx Perano. HEX triplet: BB, BE and ED. RGB value is (187,190,237). Sum of RGB (Red+Green+Blue) = 187+190+237=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBBEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEED is #444112. Grayscale: #C2C2C2. Windows color (decimal): -4473107 or 15580859. OLE color: 15580859.

HSL color Cylindrical-coordinate representation of color #BBBEED: hue angle of 236.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBBEED is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187190237-
CMYK0.210.2000.07
HSL236.4º58.14%83.14%-
HSV(B)236.4º21.1%92.94%-
XYZ54.1953.5187.59-
YUV194.46152.01122.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=30.46%
G=30.94%
B=38.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871902370.210.2000.07236.458.1483.14
HexBBBEED151407ec3a53
Octal27327635525240735472123
Binary10111011101111101110110110101101000111111011001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEED; }

 p { color: rgb(187,190,237); }

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

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

 a { background-color: rgb(187,190,237); }

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

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

 span { border-color: rgb(187,190,237); }

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