Html Css Color HEX #BAD5BA Surf

📋 copy color: '#BAD5BA'

red 186 ◦ green 213 ◦ blue 186

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

Shades of Surf #BAD5BA

Tints of Surf #BAD5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.41%

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

R = 31.79%
G = 36.41%
B = 31.79%

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

#BAD5BA (or 0xBAD5BA) is known color: Surf. HEX triplet: BA, D5 and BA. RGB value is (186,213,186). Sum of RGB (Red+Green+Blue) = 186+213+186=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5BA is #452A45. Grayscale: #C9C9C9. Windows color (decimal): -4532806 or 12244410. OLE color: 12244410.

HSL color Cylindrical-coordinate representation of color #BAD5BA: hue angle of 120º degrees, saturation: 0.24, 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 #BAD5BA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 186 -
CMYK 0.13 0 0.13 0.16
HSL 120º 0.24% 0.78% -
HSV(B) 120º 0.13% 0.84% -
XYZ 52.91 61.57 55.55 -
YUV 201.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 186 213 186 0.13 0 0.13 0.16 120 0.24 0.78
Hex BA D5 BA D 0 D 10 78 18 4E
Octal 272 325 272 15 0 15 20 170 30 116
Binary 10111010 11010101 10111010 1101 0 1101 10000 1111000 11000 1001110

Color Harmonies of #BAD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD5BA

Black with #BAD5BA

Text Example


Text Example

White with #BAD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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