#BDFABF

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

Shades of Fringy Flower #BDFABF

Tints of Fringy Flower #BDFABF

Color information

#BDFABF (or 0xBDFABF) is unknown color: approx Fringy Flower. HEX triplet: BD, FA and BF. RGB value is (189,250,191). Sum of RGB (Red+Green+Blue) = 189+250+191=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFABF is #420540. Grayscale: #E1E1E1. Windows color (decimal): -4326721 or 12581565. OLE color: 12581565.

HSL color Cylindrical-coordinate representation of color #BDFABF: hue angle of 121.97º 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 #BDFABF is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB189250191-
CMYK0.2400.240.02
HSL121.97º85.92%86.08%-
HSV(B)121.97º24.4%98.04%-
XYZ64.5882.9561.9-
YUV225.04108.79102.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 250 (98.05% from 255) = 39.68%
BLUE value IS 191 (75% from 255) = 30.32%
R=30%
G=39.68%
B=30.32%

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
Decimal1892501910.2400.240.02121.9785.9286.08
HexBDFABF1801827a5656
Octal275372277300302172126126
Binary1011110111111010101111111100001100010111101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFABF; }

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

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

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

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

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

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

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

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