#B7D8BE

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

Shades of Surf #B7D8BE

Tints of Surf #B7D8BE

Color information

#B7D8BE (or 0xB7D8BE) is unknown color: approx Surf. HEX triplet: B7, D8 and BE. RGB value is (183,216,190). Sum of RGB (Red+Green+Blue) = 183+216+190=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D8BE is #482741. Grayscale: #CBCBCB. Windows color (decimal): -4728642 or 12507319. OLE color: 12507319.

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

Color convert

RGB183216190-
CMYK0.1500.120.15
HSL132.73º29.73%78.24%-
HSV(B)132.73º15.28%84.71%-
XYZ53.3862.958.04-
YUV203.17120.57113.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.07%
GREEN value IS 216 (84.77% from 255) = 36.67%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=31.07%
G=36.67%
B=32.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832161900.1500.120.15132.7329.7378.24
HexB7D8BEF0CF851e4e
Octal267330276170141720536116
Binary101101111101100010111110111101100111110000101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D8BE; }

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

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

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

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

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

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

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

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