#BADAB8

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

Shades of Surf #BADAB8

Tints of Surf #BADAB8

Color information

#BADAB8 (or 0xBADAB8) is unknown color: approx Surf. HEX triplet: BA, DA and B8. RGB value is (186,218,184). Sum of RGB (Red+Green+Blue) = 186+218+184=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAB8 is #452547. Grayscale: #CCCCCC. Windows color (decimal): -4531528 or 12114618. OLE color: 12114618.

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

Color convert

RGB186218184-
CMYK0.1500.160.15
HSL116.47º31.48%78.82%-
HSV(B)116.47º15.6%85.49%-
XYZ53.9764.0454.86-
YUV204.56116.4114.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 184 (72.27% from 255) = 31.29%
R=31.63%
G=37.07%
B=31.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181840.1500.160.15116.4731.4878.82
HexBADAB8F010F741f4f
Octal272332270170201716437117
Binary101110101101101010111000111101000011111110100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAB8; }

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

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

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

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

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

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

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

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