#BADDB8

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

Shades of Surf #BADDB8

Tints of Surf #BADDB8

Color information

#BADDB8 (or 0xBADDB8) is unknown color: approx Surf. HEX triplet: BA, DD and B8. RGB value is (186,221,184). Sum of RGB (Red+Green+Blue) = 186+221+184=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDB8 is #452247. Grayscale: #CECECE. Windows color (decimal): -4530760 or 12115386. OLE color: 12115386.

HSL color Cylindrical-coordinate representation of color #BADDB8: hue angle of 116.76º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADDB8 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB186221184-
CMYK0.1600.170.13
HSL116.76º35.24%79.41%-
HSV(B)116.76º16.74%86.67%-
XYZ54.7665.6155.13-
YUV206.32115.4113.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 184 (72.27% from 255) = 31.13%
R=31.47%
G=37.39%
B=31.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211840.1600.170.13116.7635.2479.41
HexBADDB810011D75234f
Octal272335270200211516543117
Binary10111010110111011011100010000010001110111101011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDB8; }

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

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

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

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

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

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

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

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