Html Css Color HEX #B3C7CE Heather

📋 copy color: '#B3C7CE'

red 179 ◦ green 199 ◦ blue 206

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

Shades of Heather #B3C7CE

Tints of Heather #B3C7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.08%

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 30.65%
G = 34.08%
B = 35.27%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B3C7CE (or 0xB3C7CE) is known color: Heather. HEX triplet: B3, C7 and CE. RGB value is (179,199,206). Sum of RGB (Red+Green+Blue) = 179+199+206=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7CE is #4C3831. Grayscale: #C1C1C1. Windows color (decimal): -4995122 or 13551539. OLE color: 13551539.

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

Color convert

RGB 179 199 206 -
CMYK 0.13 0.03 0 0.19
HSL 195.56º 0.22% 0.75% -
HSV(B) 195.56º 0.13% 0.81% -
XYZ 50.15 54.89 66.34 -
YUV 193.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 179 199 206 0.13 0.03 0 0.19 195.56 0.22 0.75
Hex B3 C7 CE D 3 0 13 C4 16 4B
Octal 263 307 316 15 3 0 23 304 26 113
Binary 10110011 11000111 11001110 1101 11 0 10011 11000100 10110 1001011

Color Harmonies of #B3C7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C7CE

Black with #B3C7CE

Text Example


Text Example

White with #B3C7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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