#BDF7BE

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

Shades of Fringy Flower #BDF7BE

Tints of Fringy Flower #BDF7BE

Color information

#BDF7BE (or 0xBDF7BE) is unknown color: approx Fringy Flower. HEX triplet: BD, F7 and BE. RGB value is (189,247,190). Sum of RGB (Red+Green+Blue) = 189+247+190=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7BE is #420841. Grayscale: #DFDFDF. Windows color (decimal): -4327490 or 12515261. OLE color: 12515261.

HSL color Cylindrical-coordinate representation of color #BDF7BE: hue angle of 121.03º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7BE is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB189247190-
CMYK0.2300.230.03
HSL121.03º78.38%85.49%-
HSV(B)121.03º23.48%96.86%-
XYZ63.5481.0661.01-
YUV223.16109.28103.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 247 (96.88% from 255) = 39.46%
BLUE value IS 190 (74.61% from 255) = 30.35%
R=30.19%
G=39.46%
B=30.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471900.2300.230.03121.0378.3885.49
HexBDF7BE170173794e55
Octal275367276270273171116125
Binary1011110111110111101111101011101011111111100110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7BE; }

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

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

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

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

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

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

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

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