Html Css Color HEX #BAD2BB Surf

📋 copy color: '#BAD2BB'

red 186 ◦ green 210 ◦ blue 187

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

Shades of Surf #BAD2BB

Tints of Surf #BAD2BB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.02%

 BLUE value IS 187 (73.44% from 255) = 32.08%

R = 31.9%
G = 36.02%
B = 32.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#BAD2BB (or 0xBAD2BB) is known color: Surf. HEX triplet: BA, D2 and BB. RGB value is (186,210,187). Sum of RGB (Red+Green+Blue) = 186+210+187=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2BB is #452D44. Grayscale: #C8C8C8. Windows color (decimal): -4533573 or 12309178. OLE color: 12309178.

HSL color Cylindrical-coordinate representation of color #BAD2BB: hue angle of 122.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD2BB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 210 187 -
CMYK 0.11 0 0.11 0.18
HSL 122.5º 0.21% 0.78% -
HSV(B) 122.5º 0.11% 0.82% -
XYZ 52.27 60.12 55.86 -
YUV 200.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 186 210 187 0.11 0 0.11 0.18 122.5 0.21 0.78
Hex BA D2 BB B 0 B 12 7B 15 4E
Octal 272 322 273 13 0 13 22 173 25 116
Binary 10111010 11010010 10111011 1011 0 1011 10010 1111011 10101 1001110

Color Harmonies of #BAD2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD2BB

Black with #BAD2BB

Text Example


Text Example

White with #BAD2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD2BB; }

 p { color: rgb(186,210,187); }

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

background-color css

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

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

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

border-color css

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

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

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