#B8D5B9

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

Shades of Surf #B8D5B9

Tints of Surf #B8D5B9

Color information

#B8D5B9 (or 0xB8D5B9) is unknown color: approx Surf. HEX triplet: B8, D5 and B9. RGB value is (184,213,185). Sum of RGB (Red+Green+Blue) = 184+213+185=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D5B9 is #472A46. Grayscale: #C9C9C9. Windows color (decimal): -4663879 or 12178872. OLE color: 12178872.

HSL color Cylindrical-coordinate representation of color #B8D5B9: hue angle of 122.07º degrees, saturation: 0.26, 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 #B8D5B9 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB184213185-
CMYK0.1400.130.16
HSL122.07º25.66%77.84%-
HSV(B)122.07º13.62%83.53%-
XYZ52.3261.2854.97-
YUV201.14118.89115.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.62%
GREEN value IS 213 (83.59% from 255) = 36.60%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=31.62%
G=36.60%
B=31.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842131850.1400.130.16122.0725.6677.84
HexB8D5B9E0D107a1a4e
Octal270325271160152017232116
Binary101110001101010110111001111001101100001111010110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D5B9; }

 p { color: rgb(184,213,185); }

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

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

 a { background-color: rgb(184,213,185); }

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

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

 span { border-color: rgb(184,213,185); }

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