Html Css Color HEX #BAD4BE Surf

📋 copy color: '#BAD4BE'

red 186 ◦ green 212 ◦ blue 190

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

Shades of Surf #BAD4BE

Tints of Surf #BAD4BE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.05%

 BLUE value IS 190 (74.61% from 255) = 32.31%

R = 31.63%
G = 36.05%
B = 32.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#BAD4BE (or 0xBAD4BE) is known color: Surf. HEX triplet: BA, D4 and BE. RGB value is (186,212,190). Sum of RGB (Red+Green+Blue) = 186+212+190=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4BE is #452B41. Grayscale: #C9C9C9. Windows color (decimal): -4533058 or 12506298. OLE color: 12506298.

HSL color Cylindrical-coordinate representation of color #BAD4BE: hue angle of 129.23º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD4BE is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 212 190 -
CMYK 0.12 0 0.10 0.17
HSL 129.23º 0.23% 0.78% -
HSV(B) 129.23º 0.12% 0.83% -
XYZ 53.09 61.24 57.74 -
YUV 201.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 186 212 190 0.12 0 0.10 0.17 129.23 0.23 0.78
Hex BA D4 BE C 0 A 11 81 17 4E
Octal 272 324 276 14 0 12 21 201 27 116
Binary 10111010 11010100 10111110 1100 0 1010 10001 10000001 10111 1001110

Color Harmonies of #BAD4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD4BE

Black with #BAD4BE

Text Example


Text Example

White with #BAD4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD4BE; }

 p { color: rgb(186,212,190); }

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

background-color css

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

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

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

border-color css

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

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

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