#BDE7BF

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

Shades of Fringy Flower #BDE7BF

Tints of Fringy Flower #BDE7BF

Color information

#BDE7BF (or 0xBDE7BF) is unknown color: approx Fringy Flower. HEX triplet: BD, E7 and BF. RGB value is (189,231,191). Sum of RGB (Red+Green+Blue) = 189+231+191=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7BF is #421840. Grayscale: #D5D5D5. Windows color (decimal): -4331585 or 12576701. OLE color: 12576701.

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

Color convert

RGB189231191-
CMYK0.1800.170.09
HSL122.86º46.67%82.35%-
HSV(B)122.86º18.18%90.59%-
XYZ58.9771.7360.03-
YUV213.88115.09110.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 231 (90.62% from 255) = 37.81%
BLUE value IS 191 (75% from 255) = 31.26%
R=30.93%
G=37.81%
B=31.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311910.1800.170.09122.8646.6782.35
HexBDE7BF1201197b2f52
Octal275347277220211117357122
Binary10111101111001111011111110010010001100111110111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7BF; }

 p { color: rgb(189,231,191); }

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

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

 a { background-color: rgb(189,231,191); }

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

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

 span { border-color: rgb(189,231,191); }

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