#B5DAB8

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

Shades of Surf #B5DAB8

Tints of Surf #B5DAB8

Color information

#B5DAB8 (or 0xB5DAB8) is unknown color: approx Surf. HEX triplet: B5, DA and B8. RGB value is (181,218,184). Sum of RGB (Red+Green+Blue) = 181+218+184=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DAB8 is #4A2547. Grayscale: #CBCBCB. Windows color (decimal): -4859208 or 12114613. OLE color: 12114613.

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

Color convert

RGB181218184-
CMYK0.1700.160.15
HSL124.86º33.33%78.24%-
HSV(B)124.86º16.97%85.49%-
XYZ52.7863.4354.81-
YUV203.06117.24112.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 184 (72.27% from 255) = 31.56%
R=31.05%
G=37.39%
B=31.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812181840.1700.160.15124.8633.3378.24
HexB5DAB811010F7d214e
Octal265332270210201717541116
Binary10110101110110101011100010001010000111111111011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DAB8; }

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

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

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

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

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

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

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

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