#B8D7BE

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

Shades of Surf #B8D7BE

Tints of Surf #B8D7BE

Color information

#B8D7BE (or 0xB8D7BE) is unknown color: approx Surf. HEX triplet: B8, D7 and BE. RGB value is (184,215,190). Sum of RGB (Red+Green+Blue) = 184+215+190=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D7BE is #472841. Grayscale: #CACACA. Windows color (decimal): -4663362 or 12507064. OLE color: 12507064.

HSL color Cylindrical-coordinate representation of color #B8D7BE: hue angle of 131.61º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8D7BE is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB184215190-
CMYK0.1400.120.16
HSL131.61º27.93%78.24%-
HSV(B)131.61º14.42%84.31%-
XYZ53.3662.5157.97-
YUV202.88120.73114.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.24%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=31.24%
G=36.50%
B=32.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842151900.1400.120.16131.6127.9378.24
HexB8D7BEE0C10841c4e
Octal270327276160142020434116
Binary1011100011010111101111101110011001000010000100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D7BE; }

 p { color: rgb(184,215,190); }

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

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

 a { background-color: rgb(184,215,190); }

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

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

 span { border-color: rgb(184,215,190); }

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