#B8DAB9

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

Shades of Surf #B8DAB9

Tints of Surf #B8DAB9

Color information

#B8DAB9 (or 0xB8DAB9) is unknown color: approx Surf. HEX triplet: B8, DA and B9. RGB value is (184,218,185). Sum of RGB (Red+Green+Blue) = 184+218+185=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DAB9 is #472546. Grayscale: #CCCCCC. Windows color (decimal): -4662599 or 12180152. OLE color: 12180152.

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

Color convert

RGB184218185-
CMYK0.1600.150.15
HSL121.76º31.48%78.82%-
HSV(B)121.76º15.6%85.49%-
XYZ53.663.8455.4-
YUV204.07117.24113.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.35%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 185 (72.66% from 255) = 31.52%
R=31.35%
G=37.14%
B=31.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842181850.1600.150.15121.7631.4878.82
HexB8DAB9100FF7a1f4f
Octal270332271200171717237117
Binary101110001101101010111001100000111111111111010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DAB9; }

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

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

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

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

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

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

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

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