Html Css Color HEX #B0C7CD Heather

📋 copy color: '#B0C7CD'

red 176 ◦ green 199 ◦ blue 205

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

Shades of Heather #B0C7CD

Tints of Heather #B0C7CD

RGB

 RED value IS 176 (69.14% from 255) = 30.34%

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

 BLUE value IS 205 (80.47% from 255) = 35.34%

R = 30.34%
G = 34.31%
B = 35.34%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B0C7CD (or 0xB0C7CD) is known color: Heather. HEX triplet: B0, C7 and CD. RGB value is (176,199,205). Sum of RGB (Red+Green+Blue) = 176+199+205=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0C7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C7CD is #4F3832. Grayscale: #C0C0C0. Windows color (decimal): -5191731 or 13486000. OLE color: 13486000.

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

Color convert

RGB 176 199 205 -
CMYK 0.14 0.03 0 0.20
HSL 192.41º 0.22% 0.75% -
HSV(B) 192.41º 0.14% 0.8% -
XYZ 49.35 54.48 65.67 -
YUV 192.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 176 199 205 0.14 0.03 0 0.20 192.41 0.22 0.75
Hex B0 C7 CD E 3 0 14 C0 16 4B
Octal 260 307 315 16 3 0 24 300 26 113
Binary 10110000 11000111 11001101 1110 11 0 10100 11000000 10110 1001011

Color Harmonies of #B0C7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C7CD

Black with #B0C7CD

Text Example


Text Example

White with #B0C7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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