#BADEBB

Color #BADEBB Surf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf #BADEBB

Tints of Surf #BADEBB

Color information

#BADEBB (or 0xBADEBB) is unknown color: approx 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

RGB186222187-
CMYK0.1600.160.13
HSL121.67º35.29%80%-
HSV(B)121.67º16.22%87.06%-
XYZ55.3466.2756.89-
YUV207.25116.57112.85-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221870.1600.160.13121.6735.2980
HexBADEBB10010D7a2350
Octal272336273200201517243120
Binary10111010110111101011101110000010000110111110101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>