#B7D8BB

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

Shades of Surf #B7D8BB

Tints of Surf #B7D8BB

Color information

#B7D8BB (or 0xB7D8BB) is unknown color: approx Surf. HEX triplet: B7, D8 and BB. RGB value is (183,216,187). Sum of RGB (Red+Green+Blue) = 183+216+187=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D8BB is #482744. Grayscale: #CACACA. Windows color (decimal): -4728645 or 12310711. OLE color: 12310711.

HSL color Cylindrical-coordinate representation of color #B7D8BB: hue angle of 127.27º 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 #B7D8BB is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB183216187-
CMYK0.1500.130.15
HSL127.27º29.73%78.24%-
HSV(B)127.27º15.28%84.71%-
XYZ53.0562.7756.33-
YUV202.83119.07113.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.23%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=31.23%
G=36.86%
B=31.91%

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
Decimal1832161870.1500.130.15127.2729.7378.24
HexB7D8BBF0DF7f1e4e
Octal267330273170151717736116
Binary10110111110110001011101111110110111111111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D8BB; }

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

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

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

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

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

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

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

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