Html Css Color HEX #B4BBB2 Rainee

📋 copy color: '#B4BBB2'

red 180 ◦ green 187 ◦ blue 178

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

Shades of Rainee #B4BBB2

Tints of Rainee #B4BBB2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.31%

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

R = 33.03%
G = 34.31%
B = 32.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B4BBB2 (or 0xB4BBB2) is known color: Rainee. HEX triplet: B4, BB and B2. RGB value is (180,187,178). Sum of RGB (Red+Green+Blue) = 180+187+178=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BBB2 is #4B444D. Grayscale: #B7B7B7. Windows color (decimal): -4932686 or 11713460. OLE color: 11713460.

HSL color Cylindrical-coordinate representation of color #B4BBB2: hue angle of 106.67º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4BBB2 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 187 178 -
CMYK 0.04 0 0.05 0.27
HSL 106.67º 0.06% 0.72% -
HSV(B) 106.67º 0.05% 0.73% -
XYZ 44.63 48.46 49.12 -
YUV 183.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 180 187 178 0.04 0 0.05 0.27 106.67 0.06 0.72
Hex B4 BB B2 4 0 5 1B 6B 6 48
Octal 264 273 262 4 0 5 33 153 6 110
Binary 10110100 10111011 10110010 100 0 101 11011 1101011 110 1001000

Color Harmonies of #B4BBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BBB2

Black with #B4BBB2

Text Example


Text Example

White with #B4BBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BBB2; }

 p { color: rgb(180,187,178); }

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

background-color css

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

 a { background-color: rgb(180,187,178); }

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

border-color css

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

 span { border-color: rgb(180,187,178); }

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