#B4BBB3

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

Shades of Rainee #B4BBB3

Tints of Rainee #B4BBB3

Color information

#B4BBB3 (or 0xB4BBB3) is unknown color: approx Rainee. HEX triplet: B4, BB and B3. RGB value is (180,187,179). Sum of RGB (Red+Green+Blue) = 180+187+179=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBB3 is #4B444C. Grayscale: #B8B8B8. Windows color (decimal): -4932685 or 11778996. OLE color: 11778996.

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

Color convert

RGB180187179-
CMYK0.0400.040.27
HSL112.5º5.56%71.76%-
HSV(B)112.5º4.28%73.33%-
XYZ44.7348.549.65-
YUV184125.18125.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=32.97%
G=34.25%
B=32.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801871790.0400.040.27112.55.5671.76
HexB4BBB34041B70648
Octal264273263404331606110
Binary10110100101110111011001110001001101111100001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBB3; }

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

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

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

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

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

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

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

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