#BDE6BE

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

Shades of Fringy Flower #BDE6BE

Tints of Fringy Flower #BDE6BE

Color information

#BDE6BE (or 0xBDE6BE) is unknown color: approx Fringy Flower. HEX triplet: BD, E6 and BE. RGB value is (189,230,190). Sum of RGB (Red+Green+Blue) = 189+230+190=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6BE is #421941. Grayscale: #D5D5D5. Windows color (decimal): -4331842 or 12510909. OLE color: 12510909.

HSL color Cylindrical-coordinate representation of color #BDE6BE: hue angle of 121.46º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6BE is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB189230190-
CMYK0.1800.170.10
HSL121.46º45.05%82.16%-
HSV(B)121.46º17.83%90.2%-
XYZ58.5871.1359.36-
YUV213.18114.92110.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 230 (90.23% from 255) = 37.77%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=31.03%
G=37.77%
B=31.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301900.1800.170.10121.4645.0582.16
HexBDE6BE12011A792d52
Octal275346276220211217155122
Binary10111101111001101011111010010010001101011110011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE6BE; }

 p { color: rgb(189,230,190); }

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

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

 a { background-color: rgb(189,230,190); }

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

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

 span { border-color: rgb(189,230,190); }

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