Html Css Color HEX #B8BABC Heather

📋 copy color: '#B8BABC'

red 184 ◦ green 186 ◦ blue 188

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

Shades of Heather #B8BABC

Tints of Heather #B8BABC

RGB

 RED value IS 184 (72.27% from 255) = 32.97%

 GREEN value IS 186 (73.05% from 255) = 33.33%

 BLUE value IS 188 (73.83% from 255) = 33.69%

R = 32.97%
G = 33.33%
B = 33.69%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B8BABC (or 0xB8BABC) is known color: Heather. HEX triplet: B8, BA and BC. RGB value is (184,186,188). Sum of RGB (Red+Green+Blue) = 184+186+188=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 188 - color contains mainly: blue. Hex color #B8BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BABC is #474543. Grayscale: #B9B9B9. Windows color (decimal): -4670788 or 12368568. OLE color: 12368568.

HSL color Cylindrical-coordinate representation of color #B8BABC: hue angle of 210º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B8BABC is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 186 188 -
CMYK 0.02 0.01 0 0.26
HSL 210º 0.03% 0.73% -
HSV(B) 210º 0.02% 0.74% -
XYZ 46.4 48.94 54.58 -
YUV 185.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 184 186 188 0.02 0.01 0 0.26 210 0.03 0.73
Hex B8 BA BC 2 1 0 1A D2 3 49
Octal 270 272 274 2 1 0 32 322 3 111
Binary 10111000 10111010 10111100 10 1 0 11010 11010010 11 1001001

Color Harmonies of #B8BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BABC

Black with #B8BABC

Text Example


Text Example

White with #B8BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BABC; }

 p { color: rgb(184,186,188); }

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

background-color css

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

 a { background-color: rgb(184,186,188); }

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

border-color css

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

 span { border-color: rgb(184,186,188); }

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