Html Css Color HEX #B2BDB0 Rainee

📋 copy color: '#B2BDB0'

red 178 ◦ green 189 ◦ blue 176

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

Shades of Rainee #B2BDB0

Tints of Rainee #B2BDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.81%

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

R = 32.78%
G = 34.81%
B = 32.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#B2BDB0 (or 0xB2BDB0) is known color: Rainee. HEX triplet: B2, BD and B0. RGB value is (178,189,176). Sum of RGB (Red+Green+Blue) = 178+189+176=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BDB0 is #4D424F. Grayscale: #B8B8B8. Windows color (decimal): -5063248 or 11582898. OLE color: 11582898.

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

Color convert

RGB 178 189 176 -
CMYK 0.06 0 0.07 0.26
HSL 110.77º 0.09% 0.72% -
HSV(B) 110.77º 0.07% 0.74% -
XYZ 44.39 48.99 48.19 -
YUV 184.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 178 189 176 0.06 0 0.07 0.26 110.77 0.09 0.72
Hex B2 BD B0 6 0 7 1A 6F 9 48
Octal 262 275 260 6 0 7 32 157 11 110
Binary 10110010 10111101 10110000 110 0 111 11010 1101111 1001 1001000

Color Harmonies of #B2BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDB0

Black with #B2BDB0

Text Example


Text Example

White with #B2BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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