#BADCB9

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

Shades of Surf #BADCB9

Tints of Surf #BADCB9

Color information

#BADCB9 (or 0xBADCB9) is unknown color: approx Surf. HEX triplet: BA, DC and B9. RGB value is (186,220,185). Sum of RGB (Red+Green+Blue) = 186+220+185=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCB9 is #452346. Grayscale: #CDCDCD. Windows color (decimal): -4531015 or 12180666. OLE color: 12180666.

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

Color convert

RGB186220185-
CMYK0.1500.160.14
HSL118.29º33.33%79.41%-
HSV(B)118.29º15.91%86.27%-
XYZ54.665.1355.59-
YUV205.84116.24113.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 185 (72.66% from 255) = 31.30%
R=31.47%
G=37.23%
B=31.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201850.1500.160.14118.2933.3379.41
HexBADCB9F010E76214f
Octal272334271170201616641117
Binary1011101011011100101110011111010000111011101101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCB9; }

 p { color: rgb(186,220,185); }

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

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

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

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

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

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

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