#BAD4BF

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

Shades of Surf #BAD4BF

Tints of Surf #BAD4BF

Color information

#BAD4BF (or 0xBAD4BF) is unknown color: approx Surf. HEX triplet: BA, D4 and BF. RGB value is (186,212,191). Sum of RGB (Red+Green+Blue) = 186+212+191=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4BF is #452B40. Grayscale: #C9C9C9. Windows color (decimal): -4533057 or 12571834. OLE color: 12571834.

HSL color Cylindrical-coordinate representation of color #BAD4BF: hue angle of 131.54º 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 #BAD4BF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB186212191-
CMYK0.1200.100.17
HSL131.54º23.21%78.04%-
HSV(B)131.54º12.26%83.14%-
XYZ53.261.2958.32-
YUV201.83121.89116.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 191 (75% from 255) = 32.43%
R=31.58%
G=35.99%
B=32.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121910.1200.100.17131.5423.2178.04
HexBAD4BFC0A1184174e
Octal272324277140122120427116
Binary1011101011010100101111111100010101000110000100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD4BF; }

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

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

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

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

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

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

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

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