Html Css Color HEX #BADEB8 Surf

📋 copy color: '#BADEB8'

red 186 ◦ green 222 ◦ blue 184

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

Shades of Surf #BADEB8

Tints of Surf #BADEB8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.5%

 BLUE value IS 184 (72.27% from 255) = 31.08%

R = 31.42%
G = 37.5%
B = 31.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#BADEB8 (or 0xBADEB8) is known color: Surf. HEX triplet: BA, DE and B8. RGB value is (186,222,184). Sum of RGB (Red+Green+Blue) = 186+222+184=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEB8 is #452147. Grayscale: #CFCFCF. Windows color (decimal): -4530504 or 12115642. OLE color: 12115642.

HSL color Cylindrical-coordinate representation of color #BADEB8: hue angle of 116.84º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADEB8 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 184 -
CMYK 0.16 0 0.17 0.13
HSL 116.84º 0.37% 0.8% -
HSV(B) 116.84º 0.17% 0.87% -
XYZ 55.02 66.14 55.21 -
YUV 206.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 186 222 184 0.16 0 0.17 0.13 116.84 0.37 0.8
Hex BA DE B8 10 0 11 D 75 25 50
Octal 272 336 270 20 0 21 15 165 45 120
Binary 10111010 11011110 10111000 10000 0 10001 1101 1110101 100101 1010000

Color Harmonies of #BADEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEB8

Black with #BADEB8

Text Example


Text Example

White with #BADEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEB8; }

 p { color: rgb(186,222,184); }

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

background-color css

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

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

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

border-color css

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

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

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