#BDFABA

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

Shades of Fringy Flower #BDFABA

Tints of Fringy Flower #BDFABA

Color information

#BDFABA (or 0xBDFABA) is unknown color: approx Fringy Flower. HEX triplet: BD, FA and BA. RGB value is (189,250,186). Sum of RGB (Red+Green+Blue) = 189+250+186=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFABA is #420545. Grayscale: #E0E0E0. Windows color (decimal): -4326726 or 12253885. OLE color: 12253885.

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

Color convert

RGB189250186-
CMYK0.2400.260.02
HSL117.19º86.49%85.49%-
HSV(B)117.19º25.6%98.04%-
XYZ64.0382.7459.05-
YUV224.46106.29102.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 250 (98.05% from 255) = 40%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=30.24%
G=40%
B=29.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501860.2400.260.02117.1986.4985.49
HexBDFABA1801A2755655
Octal275372272300322165126125
Binary1011110111111010101110101100001101010111010110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFABA; }

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

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

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

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

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

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

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

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