Html Css Color HEX #B0C6CD Heather

📋 copy color: '#B0C6CD'

red 176 ◦ green 198 ◦ blue 205

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

Shades of Heather #B0C6CD

Tints of Heather #B0C6CD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.2%

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

R = 30.4%
G = 34.2%
B = 35.41%

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

#B0C6CD (or 0xB0C6CD) is known color: Heather. HEX triplet: B0, C6 and CD. RGB value is (176,198,205). Sum of RGB (Red+Green+Blue) = 176+198+205=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C6CD is #4F3932. Grayscale: #C0C0C0. Windows color (decimal): -5191987 or 13485744. OLE color: 13485744.

HSL color Cylindrical-coordinate representation of color #B0C6CD: hue angle of 194.48º 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 #B0C6CD is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 198 205 -
CMYK 0.14 0.03 0 0.20
HSL 194.48º 0.22% 0.75% -
HSV(B) 194.48º 0.14% 0.8% -
XYZ 49.12 54.03 65.6 -
YUV 192.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 176 198 205 0.14 0.03 0 0.20 194.48 0.22 0.75
Hex B0 C6 CD E 3 0 14 C2 16 4B
Octal 260 306 315 16 3 0 24 302 26 113
Binary 10110000 11000110 11001101 1110 11 0 10100 11000010 10110 1001011

Color Harmonies of #B0C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C6CD

Black with #B0C6CD

Text Example


Text Example

White with #B0C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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