Html Css Color HEX #BADEBB Surf

📋 copy color: '#BADEBB'

red 186 ◦ green 222 ◦ blue 187

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

Shades of Surf #BADEBB

Tints of Surf #BADEBB

RGB

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

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

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

R = 31.26%
G = 37.31%
B = 31.43%

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

#BADEBB (or 0xBADEBB) is known color: Surf. HEX triplet: BA, DE and BB. RGB value is (186,222,187). Sum of RGB (Red+Green+Blue) = 186+222+187=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEBB is #452144. Grayscale: #CFCFCF. Windows color (decimal): -4530501 or 12312250. OLE color: 12312250.

HSL color Cylindrical-coordinate representation of color #BADEBB: hue angle of 121.67º 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 #BADEBB is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 187 -
CMYK 0.16 0 0.16 0.13
HSL 121.67º 0.35% 0.8% -
HSV(B) 121.67º 0.16% 0.87% -
XYZ 55.34 66.27 56.89 -
YUV 207.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 186 222 187 0.16 0 0.16 0.13 121.67 0.35 0.8
Hex BA DE BB 10 0 10 D 7A 23 50
Octal 272 336 273 20 0 20 15 172 43 120
Binary 10111010 11011110 10111011 10000 0 10000 1101 1111010 100011 1010000

Color Harmonies of #BADEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEBB

Black with #BADEBB

Text Example


Text Example

White with #BADEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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