#BADDBE

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

Shades of Fringy Flower #BADDBE

Tints of Fringy Flower #BADDBE

Color information

#BADDBE (or 0xBADDBE) is unknown color: approx Fringy Flower. HEX triplet: BA, DD and BE. RGB value is (186,221,190). Sum of RGB (Red+Green+Blue) = 186+221+190=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDBE is #452241. Grayscale: #CFCFCF. Windows color (decimal): -4530754 or 12508602. OLE color: 12508602.

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

Color convert

RGB186221190-
CMYK0.1600.140.13
HSL126.86º33.98%79.8%-
HSV(B)126.86º15.84%86.67%-
XYZ55.465.8758.51-
YUV207118.4113.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=31.16%
G=37.02%
B=31.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211900.1600.140.13126.8633.9879.8
HexBADDBE100ED7f2250
Octal272335276200161517742120
Binary1011101011011101101111101000001110110111111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDBE; }

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

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

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

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

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

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

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

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