#B7D8BC

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

Shades of Surf #B7D8BC

Tints of Surf #B7D8BC

Color information

#B7D8BC (or 0xB7D8BC) is unknown color: approx Surf. HEX triplet: B7, D8 and BC. RGB value is (183,216,188). Sum of RGB (Red+Green+Blue) = 183+216+188=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D8BC is #482743. Grayscale: #CBCBCB. Windows color (decimal): -4728644 or 12376247. OLE color: 12376247.

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

Color convert

RGB183216188-
CMYK0.1500.130.15
HSL129.09º29.73%78.24%-
HSV(B)129.09º15.28%84.71%-
XYZ53.1662.8156.9-
YUV202.94119.57113.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.18%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=31.18%
G=36.80%
B=32.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832161880.1500.130.15129.0929.7378.24
HexB7D8BCF0DF811e4e
Octal267330274170151720136116
Binary101101111101100010111100111101101111110000001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D8BC; }

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

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

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

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

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

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

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

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