Html Css Color HEX #B5B8B4 Rainee

📋 copy color: '#B5B8B4'

red 181 ◦ green 184 ◦ blue 180

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

Shades of Rainee #B5B8B4

Tints of Rainee #B5B8B4

RGB

 RED value IS 181 (71.09% from 255) = 33.21%

 GREEN value IS 184 (72.27% from 255) = 33.76%

 BLUE value IS 180 (70.7% from 255) = 33.03%

R = 33.21%
G = 33.76%
B = 33.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B5B8B4 (or 0xB5B8B4) is known color: Rainee. HEX triplet: B5, B8 and B4. RGB value is (181,184,180). Sum of RGB (Red+Green+Blue) = 181+184+180=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B8B4 is #4A474B. Grayscale: #B6B6B6. Windows color (decimal): -4867916 or 11843765. OLE color: 11843765.

HSL color Cylindrical-coordinate representation of color #B5B8B4: hue angle of 105º degrees, saturation: 0.03, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B5B8B4 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 184 180 -
CMYK 0.02 0 0.02 0.28
HSL 105º 0.03% 0.71% -
HSV(B) 105º 0.02% 0.72% -
XYZ 44.43 47.4 49.99 -
YUV 182.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 181 184 180 0.02 0 0.02 0.28 105 0.03 0.71
Hex B5 B8 B4 2 0 2 1C 69 3 47
Octal 265 270 264 2 0 2 34 151 3 107
Binary 10110101 10111000 10110100 10 0 10 11100 1101001 11 1000111

Color Harmonies of #B5B8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B8B4

Black with #B5B8B4

Text Example


Text Example

White with #B5B8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B8B4; }

 p { color: rgb(181,184,180); }

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

background-color css

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

 a { background-color: rgb(181,184,180); }

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

border-color css

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

 span { border-color: rgb(181,184,180); }

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