#BAD0BA

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

Shades of Surf #BAD0BA

Tints of Surf #BAD0BA

Color information

#BAD0BA (or 0xBAD0BA) is unknown color: approx Surf. HEX triplet: BA, D0 and BA. RGB value is (186,208,186). Sum of RGB (Red+Green+Blue) = 186+208+186=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0BA is #452F45. Grayscale: #C6C6C6. Windows color (decimal): -4534086 or 12243130. OLE color: 12243130.

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

Color convert

RGB186208186-
CMYK0.1100.110.18
HSL120º18.97%77.25%-
HSV(B)120º10.58%81.57%-
XYZ51.6759.155.14-
YUV198.91120.71118.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 208 (81.64% from 255) = 35.86%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=32.07%
G=35.86%
B=32.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862081860.1100.110.1812018.9777.25
HexBAD0BAB0B1278134d
Octal272320272130132217023115
Binary101110101101000010111010101101011100101111000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0BA; }

 p { color: rgb(186,208,186); }

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

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

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

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

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

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

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