Html Css Color HEX #B2BEB0 Rainee

📋 copy color: '#B2BEB0'

red 178 ◦ green 190 ◦ blue 176

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

Shades of Rainee #B2BEB0

Tints of Rainee #B2BEB0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.93%

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

R = 32.72%
G = 34.93%
B = 32.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#B2BEB0 (or 0xB2BEB0) is known color: Rainee. HEX triplet: B2, BE and B0. RGB value is (178,190,176). Sum of RGB (Red+Green+Blue) = 178+190+176=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEB0 is #4D414F. Grayscale: #B8B8B8. Windows color (decimal): -5062992 or 11583154. OLE color: 11583154.

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

Color convert

RGB 178 190 176 -
CMYK 0.06 0 0.07 0.25
HSL 111.43º 0.1% 0.72% -
HSV(B) 111.43º 0.07% 0.75% -
XYZ 44.61 49.43 48.26 -
YUV 184.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 178 190 176 0.06 0 0.07 0.25 111.43 0.1 0.72
Hex B2 BE B0 6 0 7 19 6F A 48
Octal 262 276 260 6 0 7 31 157 12 110
Binary 10110010 10111110 10110000 110 0 111 11001 1101111 1010 1001000

Color Harmonies of #B2BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BEB0

Black with #B2BEB0

Text Example


Text Example

White with #B2BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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