#BAD0BE

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

Shades of Surf #BAD0BE

Tints of Surf #BAD0BE

Color information

#BAD0BE (or 0xBAD0BE) is unknown color: approx Surf. HEX triplet: BA, D0 and BE. RGB value is (186,208,190). Sum of RGB (Red+Green+Blue) = 186+208+190=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0BE is #452F41. Grayscale: #C7C7C7. Windows color (decimal): -4534082 or 12505274. OLE color: 12505274.

HSL color Cylindrical-coordinate representation of color #BAD0BE: hue angle of 130.91º 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 #BAD0BE is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB186208190-
CMYK0.1100.090.18
HSL130.91º18.97%77.25%-
HSV(B)130.91º10.58%81.57%-
XYZ52.159.2757.41-
YUV199.37122.71118.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=31.85%
G=35.62%
B=32.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862081900.1100.090.18130.9118.9777.25
HexBAD0BEB091283134d
Octal272320276130112220323115
Binary1011101011010000101111101011010011001010000011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0BE; }

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

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

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

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

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

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

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

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