#B5BBC3

Color #B5BBC3 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #B5BBC3

Tints of Heather #B5BBC3

Color information

#B5BBC3 (or 0xB5BBC3) is unknown color: approx Heather. HEX triplet: B5, BB and C3. RGB value is (181,187,195). Sum of RGB (Red+Green+Blue) = 181+187+195=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 195 - color contains mainly: blue. Hex color #B5BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBC3 is #4A443C. Grayscale: #BABABA. Windows color (decimal): -4867133 or 12827573. OLE color: 12827573.

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

Color convert

RGB181187195-
CMYK0.070.0400.24
HSL214.29º10.45%73.73%-
HSV(B)214.29º7.18%76.47%-
XYZ46.6849.358.69-
YUV186.12133.01124.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.15%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=32.15%
G=33.21%
B=34.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811871950.070.0400.24214.2910.4573.73
HexB5BBC374018d6a4a
Octal2652733037403032612112
Binary1011010110111011110000111111000110001101011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBC3; }

 p { color: rgb(181,187,195); }

 H1.HeaderClassName
 {
   color: #B5BBC3;
 }
 .AnyTagClassName
 {
   color: #B5BBC3;
 }
</style>
background-color css

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

 a { background-color: rgb(181,187,195); }

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

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

 span { border-color: rgb(181,187,195); }

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