#BBBEBA

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

Shades of Rainee #BBBEBA

Tints of Rainee #BBBEBA

Color information

#BBBEBA (or 0xBBBEBA) is unknown color: approx Rainee. HEX triplet: BB, BE and BA. RGB value is (187,190,186). Sum of RGB (Red+Green+Blue) = 187+190+186=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEBA is #444145. Grayscale: #BCBCBC. Windows color (decimal): -4473158 or 12238523. OLE color: 12238523.

HSL color Cylindrical-coordinate representation of color #BBBEBA: hue angle of 105º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBEBA is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB187190186-
CMYK0.0200.020.25
HSL105º2.99%73.73%-
HSV(B)105º2.11%74.51%-
XYZ47.7750.9453.77-
YUV188.65126.51126.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=33.21%
G=33.75%
B=33.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901860.0200.020.251052.9973.73
HexBBBEBA202196934a
Octal273276272202311513112
Binary10111011101111101011101010010110011101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEBA; }

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

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

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

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

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

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

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

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