#BDF2BE

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

Shades of Fringy Flower #BDF2BE

Tints of Fringy Flower #BDF2BE

Color information

#BDF2BE (or 0xBDF2BE) is unknown color: approx Fringy Flower. HEX triplet: BD, F2 and BE. RGB value is (189,242,190). Sum of RGB (Red+Green+Blue) = 189+242+190=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2BE is #420D41. Grayscale: #DCDCDC. Windows color (decimal): -4328770 or 12513981. OLE color: 12513981.

HSL color Cylindrical-coordinate representation of color #BDF2BE: hue angle of 121.13º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2BE is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB189242190-
CMYK0.2200.210.05
HSL121.13º67.09%84.51%-
HSV(B)121.13º21.9%94.9%-
XYZ62.0378.0460.51-
YUV220.22110.94105.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 242 (94.92% from 255) = 38.97%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=30.43%
G=38.97%
B=30.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892421900.2200.210.05121.1367.0984.51
HexBDF2BE160155794355
Octal275362276260255171103125
Binary10111101111100101011111010110010101101111100110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2BE; }

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

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

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

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

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

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

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

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