Html Css Color HEX #BAD7B9 Surf

📋 copy color: '#BAD7B9'

red 186 ◦ green 215 ◦ blue 185

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

Shades of Surf #BAD7B9

Tints of Surf #BAD7B9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.69%

 BLUE value IS 185 (72.66% from 255) = 31.57%

R = 31.74%
G = 36.69%
B = 31.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#BAD7B9 (or 0xBAD7B9) is known color: Surf. HEX triplet: BA, D7 and B9. RGB value is (186,215,185). Sum of RGB (Red+Green+Blue) = 186+215+185=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD7B9 is #452846. Grayscale: #CACACA. Windows color (decimal): -4532295 or 12179386. OLE color: 12179386.

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

Color convert

RGB 186 215 185 -
CMYK 0.13 0 0.14 0.16
HSL 118º 0.27% 0.78% -
HSV(B) 118º 0.14% 0.84% -
XYZ 53.31 62.54 55.16 -
YUV 202.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 186 215 185 0.13 0 0.14 0.16 118 0.27 0.78
Hex BA D7 B9 D 0 E 10 76 1B 4E
Octal 272 327 271 15 0 16 20 166 33 116
Binary 10111010 11010111 10111001 1101 0 1110 10000 1110110 11011 1001110

Color Harmonies of #BAD7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD7B9

Black with #BAD7B9

Text Example


Text Example

White with #BAD7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD7B9; }

 p { color: rgb(186,215,185); }

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

background-color css

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

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

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

border-color css

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

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

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