#BAD4BA

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

Shades of Surf #BAD4BA

Tints of Surf #BAD4BA

Color information

#BAD4BA (or 0xBAD4BA) is unknown color: approx Surf. HEX triplet: BA, D4 and BA. RGB value is (186,212,186). Sum of RGB (Red+Green+Blue) = 186+212+186=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4BA is #452B45. Grayscale: #C9C9C9. Windows color (decimal): -4533062 or 12244154. OLE color: 12244154.

HSL color Cylindrical-coordinate representation of color #BAD4BA: hue angle of 120º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD4BA is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB186212186-
CMYK0.1200.120.17
HSL120º23.21%78.04%-
HSV(B)120º12.26%83.14%-
XYZ52.6661.0755.47-
YUV201.26119.39117.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 212 (83.20% from 255) = 36.30%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=31.85%
G=36.30%
B=31.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121860.1200.120.1712023.2178.04
HexBAD4BAC0C1178174e
Octal272324272140142117027116
Binary101110101101010010111010110001100100011111000101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4BA; }

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

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

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

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

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

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

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

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