Html Css Color HEX #B2BFB0 Rainee

📋 copy color: '#B2BFB0'

red 178 ◦ green 191 ◦ blue 176

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

Shades of Rainee #B2BFB0

Tints of Rainee #B2BFB0

RGB

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

 GREEN value IS 191 (75% from 255) = 35.05%

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

R = 32.66%
G = 35.05%
B = 32.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#B2BFB0 (or 0xB2BFB0) is known color: Rainee. HEX triplet: B2, BF and B0. RGB value is (178,191,176). Sum of RGB (Red+Green+Blue) = 178+191+176=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BFB0 is #4D404F. Grayscale: #B9B9B9. Windows color (decimal): -5062736 or 11583410. OLE color: 11583410.

HSL color Cylindrical-coordinate representation of color #B2BFB0: hue angle of 112º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2BFB0 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 176 -
CMYK 0.07 0 0.08 0.25
HSL 112º 0.1% 0.72% -
HSV(B) 112º 0.08% 0.75% -
XYZ 44.83 49.86 48.34 -
YUV 185.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 178 191 176 0.07 0 0.08 0.25 112 0.1 0.72
Hex B2 BF B0 7 0 8 19 70 A 48
Octal 262 277 260 7 0 10 31 160 12 110
Binary 10110010 10111111 10110000 111 0 1000 11001 1110000 1010 1001000

Color Harmonies of #B2BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFB0

Black with #B2BFB0

Text Example


Text Example

White with #B2BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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