#B8C7CC

Color #B8C7CC Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #B8C7CC

Tints of Heather #B8C7CC

Color information

#B8C7CC (or 0xB8C7CC) is unknown color: approx Heather. HEX triplet: B8, C7 and CC. RGB value is (184,199,204). Sum of RGB (Red+Green+Blue) = 184+199+204=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C7CC is #473833. Grayscale: #C3C3C3. Windows color (decimal): -4667444 or 13420472. OLE color: 13420472.

HSL color Cylindrical-coordinate representation of color #B8C7CC: hue angle of 195º degrees, saturation: 0.16, 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 #B8C7CC is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB184199204-
CMYK0.100.0200.2
HSL195º16.39%76.08%-
HSV(B)195º9.8%80%-
XYZ51.0955.465.13-
YUV195.08133.03120.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.35%
GREEN value IS 199 (78.12% from 255) = 33.90%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=31.35%
G=33.90%
B=34.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841992040.100.0200.219516.3976.08
HexB8C7CCA2014c3104c
Octal27030731412202430320114
Binary10111000110001111100110010101001010011000011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C7CC; }

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

 H1.HeaderClassName
 {
   color: #B8C7CC;
 }
 .AnyTagClassName
 {
   color: #B8C7CC;
 }
</style>
background-color css

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

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

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

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

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

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