Html Css Color HEX #B8C6CD Heather

📋 copy color: '#B8C6CD'

red 184 ◦ green 198 ◦ blue 205

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

Shades of Heather #B8C6CD

Tints of Heather #B8C6CD

RGB

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

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

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

R = 31.35%
G = 33.73%
B = 34.92%

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

#B8C6CD (or 0xB8C6CD) is known color: Heather. HEX triplet: B8, C6 and CD. RGB value is (184,198,205). Sum of RGB (Red+Green+Blue) = 184+198+205=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8C6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C6CD is #473932. Grayscale: #C2C2C2. Windows color (decimal): -4667699 or 13485752. OLE color: 13485752.

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

Color convert

RGB 184 198 205 -
CMYK 0.10 0.03 0 0.20
HSL 200º 0.17% 0.76% -
HSV(B) 200º 0.1% 0.8% -
XYZ 50.98 54.99 65.68 -
YUV 194.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 184 198 205 0.10 0.03 0 0.20 200 0.17 0.76
Hex B8 C6 CD A 3 0 14 C8 11 4C
Octal 270 306 315 12 3 0 24 310 21 114
Binary 10111000 11000110 11001101 1010 11 0 10100 11001000 10001 1001100

Color Harmonies of #B8C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C6CD

Black with #B8C6CD

Text Example


Text Example

White with #B8C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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