#B8DAB8

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

Shades of Surf #B8DAB8

Tints of Surf #B8DAB8

Color information

#B8DAB8 (or 0xB8DAB8) is unknown color: approx Surf. HEX triplet: B8, DA and B8. RGB value is (184,218,184). Sum of RGB (Red+Green+Blue) = 184+218+184=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DAB8 is #472547. Grayscale: #CCCCCC. Windows color (decimal): -4662600 or 12114616. OLE color: 12114616.

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

Color convert

RGB184218184-
CMYK0.1600.160.15
HSL120º31.48%78.82%-
HSV(B)120º15.6%85.49%-
XYZ53.4963.7954.84-
YUV203.96116.74113.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.40%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 184 (72.27% from 255) = 31.40%
R=31.40%
G=37.20%
B=31.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842181840.1600.160.1512031.4878.82
HexB8DAB810010F781f4f
Octal270332270200201717037117
Binary1011100011011010101110001000001000011111111000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DAB8; }

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

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

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

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

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

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

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

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