#BADABC

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

Shades of Surf #BADABC

Tints of Surf #BADABC

Color information

#BADABC (or 0xBADABC) is unknown color: approx Surf. HEX triplet: BA, DA and BC. RGB value is (186,218,188). Sum of RGB (Red+Green+Blue) = 186+218+188=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #BADABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADABC is #452543. Grayscale: #CDCDCD. Windows color (decimal): -4531524 or 12376762. OLE color: 12376762.

HSL color Cylindrical-coordinate representation of color #BADABC: hue angle of 123.75º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADABC is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB186218188-
CMYK0.1500.140.15
HSL123.75º30.19%79.22%-
HSV(B)123.75º14.68%85.49%-
XYZ54.464.2157.1-
YUV205.01118.4114.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 188 (73.83% from 255) = 31.76%
R=31.42%
G=36.82%
B=31.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181880.1500.140.15123.7530.1979.22
HexBADABCF0EF7c1e4f
Octal272332274170161717436117
Binary10111010110110101011110011110111011111111100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADABC; }

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

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

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

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

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

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

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

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