Html Css Color HEX #BADEBA Surf

📋 copy color: '#BADEBA'

red 186 ◦ green 222 ◦ blue 186

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

Shades of Surf #BADEBA

Tints of Surf #BADEBA

RGB

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

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

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

R = 31.31%
G = 37.37%
B = 31.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#BADEBA (or 0xBADEBA) is known color: Surf. HEX triplet: BA, DE and BA. RGB value is (186,222,186). Sum of RGB (Red+Green+Blue) = 186+222+186=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEBA is #452145. Grayscale: #CFCFCF. Windows color (decimal): -4530502 or 12246714. OLE color: 12246714.

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

Color convert

RGB 186 222 186 -
CMYK 0.16 0 0.16 0.13
HSL 120º 0.35% 0.8% -
HSV(B) 120º 0.16% 0.87% -
XYZ 55.23 66.23 56.33 -
YUV 207.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 186 222 186 0.16 0 0.16 0.13 120 0.35 0.8
Hex BA DE BA 10 0 10 D 78 23 50
Octal 272 336 272 20 0 20 15 170 43 120
Binary 10111010 11011110 10111010 10000 0 10000 1101 1111000 100011 1010000

Color Harmonies of #BADEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEBA

Black with #BADEBA

Text Example


Text Example

White with #BADEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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