#BADCBE

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

Shades of Surf #BADCBE

Tints of Surf #BADCBE

Color information

#BADCBE (or 0xBADCBE) is unknown color: approx Surf. HEX triplet: BA, DC and BE. RGB value is (186,220,190). Sum of RGB (Red+Green+Blue) = 186+220+190=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCBE is #452341. Grayscale: #CECECE. Windows color (decimal): -4531010 or 12508346. OLE color: 12508346.

HSL color Cylindrical-coordinate representation of color #BADCBE: hue angle of 127.06º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCBE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB186220190-
CMYK0.1500.140.14
HSL127.06º32.69%79.61%-
HSV(B)127.06º15.45%86.27%-
XYZ55.1465.3458.42-
YUV206.41118.74113.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=31.21%
G=36.91%
B=31.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201900.1500.140.14127.0632.6979.61
HexBADCBEF0EE7f2150
Octal272334276170161617741120
Binary101110101101110010111110111101110111011111111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCBE; }

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

 H1.HeaderClassName
 {
   color: #BADCBE;
 }
 .AnyTagClassName
 {
   color: #BADCBE;
 }
</style>
background-color css

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

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

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

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

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

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