#B4BBB2

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

Shades of Rainee #B4BBB2

Tints of Rainee #B4BBB2

Color information

#B4BBB2 (or 0xB4BBB2) is unknown color: approx Rainee. HEX triplet: B4, BB and B2. RGB value is (180,187,178). Sum of RGB (Red+Green+Blue) = 180+187+178=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BBB2 is #4B444D. Grayscale: #B7B7B7. Windows color (decimal): -4932686 or 11713460. OLE color: 11713460.

HSL color Cylindrical-coordinate representation of color #B4BBB2: hue angle of 106.67º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4BBB2 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB180187178-
CMYK0.0400.050.27
HSL106.67º6.21%71.57%-
HSV(B)106.67º4.81%73.33%-
XYZ44.6348.4649.12-
YUV183.88124.68125.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=33.03%
G=34.31%
B=32.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801871780.0400.050.27106.676.2171.57
HexB4BBB24051B6b648
Octal264273262405331536110
Binary10110100101110111011001010001011101111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBB2; }

 p { color: rgb(180,187,178); }

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

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

 a { background-color: rgb(180,187,178); }

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

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

 span { border-color: rgb(180,187,178); }

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