#BADFBA

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

Shades of Surf #BADFBA

Tints of Surf #BADFBA

Color information

#BADFBA (or 0xBADFBA) is unknown color: approx Surf. HEX triplet: BA, DF and BA. RGB value is (186,223,186). Sum of RGB (Red+Green+Blue) = 186+223+186=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFBA is #452045. Grayscale: #CFCFCF. Windows color (decimal): -4530246 or 12246970. OLE color: 12246970.

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

Color convert

RGB186223186-
CMYK0.1700.170.13
HSL120º36.63%80.2%-
HSV(B)120º16.59%87.45%-
XYZ55.566.7656.42-
YUV207.72115.74112.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=31.26%
G=37.48%
B=31.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862231860.1700.170.1312036.6380.2
HexBADFBA11011D782550
Octal272337272210211517045120
Binary10111010110111111011101010001010001110111110001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFBA; }

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

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

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

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

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

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

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

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