#BAD0BF

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

Shades of Surf #BAD0BF

Tints of Surf #BAD0BF

Color information

#BAD0BF (or 0xBAD0BF) is unknown color: approx Surf. HEX triplet: BA, D0 and BF. RGB value is (186,208,191). Sum of RGB (Red+Green+Blue) = 186+208+191=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0BF is #452F40. Grayscale: #C7C7C7. Windows color (decimal): -4534081 or 12570810. OLE color: 12570810.

HSL color Cylindrical-coordinate representation of color #BAD0BF: hue angle of 133.64º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD0BF is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB186208191-
CMYK0.1100.080.18
HSL133.64º18.97%77.25%-
HSV(B)133.64º10.58%81.57%-
XYZ52.2159.3157.99-
YUV199.48123.21118.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 191 (75% from 255) = 32.65%
R=31.79%
G=35.56%
B=32.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862081910.1100.080.18133.6418.9777.25
HexBAD0BFB081286134d
Octal272320277130102220623115
Binary1011101011010000101111111011010001001010000110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0BF; }

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

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

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

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

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

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

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

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