#BAD2BE

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

Shades of Surf #BAD2BE

Tints of Surf #BAD2BE

Color information

#BAD2BE (or 0xBAD2BE) is unknown color: approx Surf. HEX triplet: BA, D2 and BE. RGB value is (186,210,190). Sum of RGB (Red+Green+Blue) = 186+210+190=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2BE is #452D41. Grayscale: #C8C8C8. Windows color (decimal): -4533570 or 12505786. OLE color: 12505786.

HSL color Cylindrical-coordinate representation of color #BAD2BE: hue angle of 130º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD2BE is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB186210190-
CMYK0.1100.100.18
HSL130º21.05%77.65%-
HSV(B)130º11.43%82.35%-
XYZ52.5960.2557.57-
YUV200.54122.05117.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 210 (82.42% from 255) = 35.84%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=31.74%
G=35.84%
B=32.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862101900.1100.100.1813021.0577.65
HexBAD2BEB0A1282154e
Octal272322276130122220225116
Binary1011101011010010101111101011010101001010000010101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD2BE; }

 p { color: rgb(186,210,190); }

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

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

 a { background-color: rgb(186,210,190); }

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

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

 span { border-color: rgb(186,210,190); }

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