Html Css Color HEX #B5BCC0 Heather

📋 copy color: '#B5BCC0'

red 181 ◦ green 188 ◦ blue 192

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

Shades of Heather #B5BCC0

Tints of Heather #B5BCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.51%

 BLUE value IS 192 (75.39% from 255) = 34.22%

R = 32.26%
G = 33.51%
B = 34.22%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B5BCC0 (or 0xB5BCC0) is known color: Heather. HEX triplet: B5, BC and C0. RGB value is (181,188,192). Sum of RGB (Red+Green+Blue) = 181+188+192=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 192 - color contains mainly: blue. Hex color #B5BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCC0 is #4A433F. Grayscale: #BABABA. Windows color (decimal): -4866880 or 12631221. OLE color: 12631221.

HSL color Cylindrical-coordinate representation of color #B5BCC0: hue angle of 201.82º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5BCC0 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 188 192 -
CMYK 0.06 0.02 0 0.25
HSL 201.82º 0.08% 0.73% -
HSV(B) 201.82º 0.06% 0.75% -
XYZ 46.55 49.6 56.99 -
YUV 186.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 181 188 192 0.06 0.02 0 0.25 201.82 0.08 0.73
Hex B5 BC C0 6 2 0 19 CA 8 49
Octal 265 274 300 6 2 0 31 312 10 111
Binary 10110101 10111100 11000000 110 10 0 11001 11001010 1000 1001001

Color Harmonies of #B5BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BCC0

Black with #B5BCC0

Text Example


Text Example

White with #B5BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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