#B3C7CD

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

Shades of Heather #B3C7CD

Tints of Heather #B3C7CD

Color information

#B3C7CD (or 0xB3C7CD) is unknown color: approx Heather. HEX triplet: B3, C7 and CD. RGB value is (179,199,205). Sum of RGB (Red+Green+Blue) = 179+199+205=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 199 (78.12% from 255 or 34.13% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3C7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7CD is #4C3832. Grayscale: #C1C1C1. Windows color (decimal): -4995123 or 13486003. OLE color: 13486003.

HSL color Cylindrical-coordinate representation of color #B3C7CD: hue angle of 193.85º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3C7CD is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179199205-
CMYK0.130.0300.20
HSL193.85º20.63%75.29%-
HSV(B)193.85º12.68%80.39%-
XYZ50.0354.8465.71-
YUV193.7134.37117.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.70%
GREEN value IS 199 (78.12% from 255) = 34.13%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=30.70%
G=34.13%
B=35.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791992050.130.0300.20193.8520.6375.29
HexB3C7CDD3014c2154b
Octal26330731515302430225113
Binary10110011110001111100110111011101010011000010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C7CD; }

 p { color: rgb(179,199,205); }

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

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

 a { background-color: rgb(179,199,205); }

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

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

 span { border-color: rgb(179,199,205); }

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