Html Css Color HEX #B4BFB0 Rainee

📋 copy color: '#B4BFB0'

red 180 ◦ green 191 ◦ blue 176

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

Shades of Rainee #B4BFB0

Tints of Rainee #B4BFB0

RGB

 RED value IS 180 (70.7% from 255) = 32.91%

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

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

R = 32.91%
G = 34.92%
B = 32.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#B4BFB0 (or 0xB4BFB0) is known color: Rainee. HEX triplet: B4, BF and B0. RGB value is (180,191,176). Sum of RGB (Red+Green+Blue) = 180+191+176=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BFB0 is #4B404F. Grayscale: #BABABA. Windows color (decimal): -4931664 or 11583412. OLE color: 11583412.

HSL color Cylindrical-coordinate representation of color #B4BFB0: hue angle of 104º 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 #B4BFB0 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 191 176 -
CMYK 0.06 0 0.08 0.25
HSL 104º 0.1% 0.72% -
HSV(B) 104º 0.08% 0.75% -
XYZ 45.29 50.1 48.36 -
YUV 186 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 180 191 176 0.06 0 0.08 0.25 104 0.1 0.72
Hex B4 BF B0 6 0 8 19 68 A 48
Octal 264 277 260 6 0 10 31 150 12 110
Binary 10110100 10111111 10110000 110 0 1000 11001 1101000 1010 1001000

Color Harmonies of #B4BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BFB0

Black with #B4BFB0

Text Example


Text Example

White with #B4BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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