Html Css Color HEX #B5B8BC Heather

📋 copy color: '#B5B8BC'

red 181 ◦ green 184 ◦ blue 188

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

Shades of Heather #B5B8BC

Tints of Heather #B5B8BC

RGB

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

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

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

R = 32.73%
G = 33.27%
B = 34%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B5B8BC (or 0xB5B8BC) is known color: Heather. HEX triplet: B5, B8 and BC. RGB value is (181,184,188). Sum of RGB (Red+Green+Blue) = 181+184+188=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 184 (72.27% from 255 or 33.27% 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 #B5B8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B8BC is #4A4743. Grayscale: #B7B7B7. Windows color (decimal): -4867908 or 12368053. OLE color: 12368053.

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

Color convert

RGB 181 184 188 -
CMYK 0.04 0.02 0 0.26
HSL 214.29º 0.05% 0.72% -
HSV(B) 214.29º 0.04% 0.74% -
XYZ 45.27 47.74 54.4 -
YUV 183.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 181 184 188 0.04 0.02 0 0.26 214.29 0.05 0.72
Hex B5 B8 BC 4 2 0 1A D6 5 48
Octal 265 270 274 4 2 0 32 326 5 110
Binary 10110101 10111000 10111100 100 10 0 11010 11010110 101 1001000

Color Harmonies of #B5B8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B8BC

Black with #B5B8BC

Text Example


Text Example

White with #B5B8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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