#BDFABE

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

Shades of Fringy Flower #BDFABE

Tints of Fringy Flower #BDFABE

Color information

#BDFABE (or 0xBDFABE) is unknown color: approx Fringy Flower. HEX triplet: BD, FA and BE. RGB value is (189,250,190). Sum of RGB (Red+Green+Blue) = 189+250+190=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFABE is #420541. Grayscale: #E1E1E1. Windows color (decimal): -4326722 or 12516029. OLE color: 12516029.

HSL color Cylindrical-coordinate representation of color #BDFABE: hue angle of 120.98º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFABE is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB189250190-
CMYK0.2400.240.02
HSL120.98º85.92%86.08%-
HSV(B)120.98º24.4%98.04%-
XYZ64.4782.9161.32-
YUV224.92108.29102.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=30.05%
G=39.75%
B=30.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501900.2400.240.02120.9885.9286.08
HexBDFABE180182795656
Octal275372276300302171126126
Binary1011110111111010101111101100001100010111100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFABE; }

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

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

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

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

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

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

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

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