Html Css Color HEX #BAD6BA Surf

📋 copy color: '#BAD6BA'

red 186 ◦ green 214 ◦ blue 186

#BAD6BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf #BAD6BA

Tints of Surf #BAD6BA

RGB

 RED value IS 186 (73.05% from 255) = 31.74%

 GREEN value IS 214 (83.98% from 255) = 36.52%

 BLUE value IS 186 (73.05% from 255) = 31.74%

R = 31.74%
G = 36.52%
B = 31.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#BAD6BA (or 0xBAD6BA) is known color: Surf. HEX triplet: BA, D6 and BA. RGB value is (186,214,186). Sum of RGB (Red+Green+Blue) = 186+214+186=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6BA is #452945. Grayscale: #CACACA. Windows color (decimal): -4532550 or 12244666. OLE color: 12244666.

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

Color convert

RGB 186 214 186 -
CMYK 0.13 0 0.13 0.16
HSL 120º 0.25% 0.78% -
HSV(B) 120º 0.13% 0.84% -
XYZ 53.16 62.08 55.63 -
YUV 202.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 186 214 186 0.13 0 0.13 0.16 120 0.25 0.78
Hex BA D6 BA D 0 D 10 78 19 4E
Octal 272 326 272 15 0 15 20 170 31 116
Binary 10111010 11010110 10111010 1101 0 1101 10000 1111000 11001 1001110

Color Harmonies of #BAD6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD6BA

Black with #BAD6BA

Text Example


Text Example

White with #BAD6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD6BA; }

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

 H1.HeaderClassName
 {
   color: #BAD6BA;
 }
 .AnyTagClassName
 {
   color: #BAD6BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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