Html Css Color HEX #B2BBB0 Rainee

📋 copy color: '#B2BBB0'

red 178 ◦ green 187 ◦ blue 176

#B2BBB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rainee #B2BBB0

Tints of Rainee #B2BBB0

RGB

 RED value IS 178 (69.92% from 255) = 32.9%

 GREEN value IS 187 (73.44% from 255) = 34.57%

 BLUE value IS 176 (69.14% from 255) = 32.53%

R = 32.9%
G = 34.57%
B = 32.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B2BBB0 (or 0xB2BBB0) is known color: Rainee. HEX triplet: B2, BB and B0. RGB value is (178,187,176). Sum of RGB (Red+Green+Blue) = 178+187+176=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BBB0 is #4D444F. Grayscale: #B7B7B7. Windows color (decimal): -5063760 or 11582386. OLE color: 11582386.

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

Color convert

RGB 178 187 176 -
CMYK 0.05 0 0.06 0.27
HSL 109.09º 0.07% 0.71% -
HSV(B) 109.09º 0.06% 0.73% -
XYZ 43.97 48.14 48.05 -
YUV 183.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 178 187 176 0.05 0 0.06 0.27 109.09 0.07 0.71
Hex B2 BB B0 5 0 6 1B 6D 7 47
Octal 262 273 260 5 0 6 33 155 7 107
Binary 10110010 10111011 10110000 101 0 110 11011 1101101 111 1000111

Color Harmonies of #B2BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BBB0

Black with #B2BBB0

Text Example


Text Example

White with #B2BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BBB0; }

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

 H1.HeaderClassName
 {
   color: #B2BBB0;
 }
 .AnyTagClassName
 {
   color: #B2BBB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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