Html Css Color HEX #B3BABC Heather

📋 copy color: '#B3BABC'

red 179 ◦ green 186 ◦ blue 188

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

Shades of Heather #B3BABC

Tints of Heather #B3BABC

RGB

 RED value IS 179 (70.31% from 255) = 32.37%

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

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

R = 32.37%
G = 33.63%
B = 34%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B3BABC (or 0xB3BABC) is known color: Heather. HEX triplet: B3, BA and BC. RGB value is (179,186,188). Sum of RGB (Red+Green+Blue) = 179+186+188=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 188 - color contains mainly: blue. Hex color #B3BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BABC is #4C4543. Grayscale: #B8B8B8. Windows color (decimal): -4998468 or 12368563. OLE color: 12368563.

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

Color convert

RGB 179 186 188 -
CMYK 0.05 0.01 0 0.26
HSL 193.33º 0.06% 0.72% -
HSV(B) 193.33º 0.05% 0.74% -
XYZ 45.23 48.33 54.52 -
YUV 184.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 179 186 188 0.05 0.01 0 0.26 193.33 0.06 0.72
Hex B3 BA BC 5 1 0 1A C1 6 48
Octal 263 272 274 5 1 0 32 301 6 110
Binary 10110011 10111010 10111100 101 1 0 11010 11000001 110 1001000

Color Harmonies of #B3BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BABC

Black with #B3BABC

Text Example


Text Example

White with #B3BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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