#BAD6B1

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

Shades of Surf Crest #BAD6B1

Tints of Surf Crest #BAD6B1

Color information

#BAD6B1 (or 0xBAD6B1) is unknown color: approx Surf Crest. HEX triplet: BA, D6 and B1. RGB value is (186,214,177). Sum of RGB (Red+Green+Blue) = 186+214+177=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD6B1 is #45294E. Grayscale: #C9C9C9. Windows color (decimal): -4532559 or 11654842. OLE color: 11654842.

HSL color Cylindrical-coordinate representation of color #BAD6B1: hue angle of 105.41º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAD6B1 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB186214177-
CMYK0.1300.170.16
HSL105.41º31.09%76.67%-
HSV(B)105.41º17.29%83.92%-
XYZ52.2361.7150.75-
YUV201.41114.22117.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 177 (69.53% from 255) = 30.68%
R=32.24%
G=37.09%
B=30.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141770.1300.170.16105.4131.0976.67
HexBAD6B1D01110691f4d
Octal272326261150212015137115
Binary1011101011010110101100011101010001100001101001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6B1; }

 p { color: rgb(186,214,177); }

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

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

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

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

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

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

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