#BADEC1

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

Shades of Fringy Flower #BADEC1

Tints of Fringy Flower #BADEC1

Color information

#BADEC1 (or 0xBADEC1) is unknown color: approx Fringy Flower. HEX triplet: BA, DE and C1. RGB value is (186,222,193). Sum of RGB (Red+Green+Blue) = 186+222+193=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEC1 is #45213E. Grayscale: #D0D0D0. Windows color (decimal): -4530495 or 12705466. OLE color: 12705466.

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

Color convert

RGB186222193-
CMYK0.1600.130.13
HSL131.67º35.29%80%-
HSV(B)131.67º16.22%87.06%-
XYZ5666.5360.34-
YUV207.93119.57112.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 193 (75.78% from 255) = 32.11%
R=30.95%
G=36.94%
B=32.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221930.1600.130.13131.6735.2980
HexBADEC1100DD842350
Octal272336301200151520443120
Binary10111010110111101100000110000011011101100001001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEC1; }

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

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

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

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

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

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

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

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