#B7C3CB

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

Shades of Heather #B7C3CB

Tints of Heather #B7C3CB

Color information

#B7C3CB (or 0xB7C3CB) is unknown color: approx Heather. HEX triplet: B7, C3 and CB. RGB value is (183,195,203). Sum of RGB (Red+Green+Blue) = 183+195+203=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7C3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C3CB is #483C34. Grayscale: #C0C0C0. Windows color (decimal): -4734005 or 13353911. OLE color: 13353911.

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

Color convert

RGB183195203-
CMYK0.100.0400.20
HSL204º16.13%75.69%-
HSV(B)204º9.85%79.61%-
XYZ49.8253.4164.18-
YUV192.32134.02121.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.50%
GREEN value IS 195 (76.56% from 255) = 33.56%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=31.50%
G=33.56%
B=34.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831952030.100.0400.2020416.1375.69
HexB7C3CBA4014cc104c
Octal26730331312402431420114
Binary101101111100001111001011101010001010011001100100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C3CB; }

 p { color: rgb(183,195,203); }

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

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

 a { background-color: rgb(183,195,203); }

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

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

 span { border-color: rgb(183,195,203); }

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