#BDFABB

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

Shades of Fringy Flower #BDFABB

Tints of Fringy Flower #BDFABB

Color information

#BDFABB (or 0xBDFABB) is unknown color: approx Fringy Flower. HEX triplet: BD, FA and BB. RGB value is (189,250,187). Sum of RGB (Red+Green+Blue) = 189+250+187=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFABB is #420544. Grayscale: #E0E0E0. Windows color (decimal): -4326725 or 12319421. OLE color: 12319421.

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

Color convert

RGB189250187-
CMYK0.2400.250.02
HSL118.1º86.3%85.69%-
HSV(B)118.1º25.2%98.04%-
XYZ64.1482.7859.61-
YUV224.58106.79102.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=30.19%
G=39.94%
B=29.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501870.2400.250.02118.186.385.69
HexBDFABB180192765656
Octal275372273300312166126126
Binary1011110111111010101110111100001100110111011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFABB; }

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

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

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

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

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

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

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

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