#B7D8B6

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

Shades of Surf #B7D8B6

Tints of Surf #B7D8B6

Color information

#B7D8B6 (or 0xB7D8B6) is unknown color: approx Surf. HEX triplet: B7, D8 and B6. RGB value is (183,216,182). Sum of RGB (Red+Green+Blue) = 183+216+182=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D8B6 is #482749. Grayscale: #CACACA. Windows color (decimal): -4728650 or 11983031. OLE color: 11983031.

HSL color Cylindrical-coordinate representation of color #B7D8B6: hue angle of 118.24º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7D8B6 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB183216182-
CMYK0.1500.160.15
HSL118.24º30.36%78.04%-
HSV(B)118.24º15.74%84.71%-
XYZ52.5362.5653.56-
YUV202.26116.57114.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.50%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 182 (71.48% from 255) = 31.33%
R=31.50%
G=37.18%
B=31.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832161820.1500.160.15118.2430.3678.04
HexB7D8B6F010F761e4e
Octal267330266170201716636116
Binary101101111101100010110110111101000011111110110111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D8B6; }

 p { color: rgb(183,216,182); }

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

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

 a { background-color: rgb(183,216,182); }

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

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

 span { border-color: rgb(183,216,182); }

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