#BAD7BC

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

Shades of Surf #BAD7BC

Tints of Surf #BAD7BC

Color information

#BAD7BC (or 0xBAD7BC) is unknown color: approx Surf. HEX triplet: BA, D7 and BC. RGB value is (186,215,188). Sum of RGB (Red+Green+Blue) = 186+215+188=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD7BC is #452843. Grayscale: #CBCBCB. Windows color (decimal): -4532292 or 12375994. OLE color: 12375994.

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

Color convert

RGB186215188-
CMYK0.1300.130.16
HSL124.14º26.61%78.63%-
HSV(B)124.14º13.49%84.31%-
XYZ53.6362.6756.85-
YUV203.25119.39115.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=31.58%
G=36.50%
B=31.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862151880.1300.130.16124.1426.6178.63
HexBAD7BCD0D107c1b4f
Octal272327274150152017433117
Binary101110101101011110111100110101101100001111100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD7BC; }

 p { color: rgb(186,215,188); }

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

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

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

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

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

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

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