Html Css Color HEX #B8C7CD Heather

📋 copy color: '#B8C7CD'

red 184 ◦ green 199 ◦ blue 205

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

Shades of Heather #B8C7CD

Tints of Heather #B8C7CD

RGB

 RED value IS 184 (72.27% from 255) = 31.29%

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

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

R = 31.29%
G = 33.84%
B = 34.86%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B8C7CD (or 0xB8C7CD) is known color: Heather. HEX triplet: B8, C7 and CD. RGB value is (184,199,205). Sum of RGB (Red+Green+Blue) = 184+199+205=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8C7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C7CD is #473832. Grayscale: #C3C3C3. Windows color (decimal): -4667443 or 13486008. OLE color: 13486008.

HSL color Cylindrical-coordinate representation of color #B8C7CD: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8C7CD is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 199 205 -
CMYK 0.10 0.03 0 0.20
HSL 197.14º 0.17% 0.76% -
HSV(B) 197.14º 0.1% 0.8% -
XYZ 51.21 55.44 65.76 -
YUV 195.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 184 199 205 0.10 0.03 0 0.20 197.14 0.17 0.76
Hex B8 C7 CD A 3 0 14 C5 11 4C
Octal 270 307 315 12 3 0 24 305 21 114
Binary 10111000 11000111 11001101 1010 11 0 10100 11000101 10001 1001100

Color Harmonies of #B8C7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C7CD

Black with #B8C7CD

Text Example


Text Example

White with #B8C7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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