#BDEABF

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

Shades of Fringy Flower #BDEABF

Tints of Fringy Flower #BDEABF

Color information

#BDEABF (or 0xBDEABF) is unknown color: approx Fringy Flower. HEX triplet: BD, EA and BF. RGB value is (189,234,191). Sum of RGB (Red+Green+Blue) = 189+234+191=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEABF is #421540. Grayscale: #D7D7D7. Windows color (decimal): -4330817 or 12577469. OLE color: 12577469.

HSL color Cylindrical-coordinate representation of color #BDEABF: hue angle of 122.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEABF is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB189234191-
CMYK0.1900.180.08
HSL122.67º51.72%82.94%-
HSV(B)122.67º19.23%91.76%-
XYZ59.8173.4360.31-
YUV215.64114.09109-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 191 (75% from 255) = 31.11%
R=30.78%
G=38.11%
B=31.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892341910.1900.180.08122.6751.7282.94
HexBDEABF1301287b3453
Octal275352277230221017364123
Binary10111101111010101011111110011010010100011110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEABF; }

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

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

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

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

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

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

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

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