#BCEABF

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

Shades of Fringy Flower #BCEABF

Tints of Fringy Flower #BCEABF

Color information

#BCEABF (or 0xBCEABF) is unknown color: approx Fringy Flower. HEX triplet: BC, EA and BF. RGB value is (188,234,191). Sum of RGB (Red+Green+Blue) = 188+234+191=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEABF is #431540. Grayscale: #D7D7D7. Windows color (decimal): -4396353 or 12577468. OLE color: 12577468.

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

Color convert

RGB188234191-
CMYK0.2000.180.08
HSL123.91º52.27%82.75%-
HSV(B)123.91º19.66%91.76%-
XYZ59.5773.360.3-
YUV215.34114.26108.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 191 (75% from 255) = 31.16%
R=30.67%
G=38.17%
B=31.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341910.2000.180.08123.9152.2782.75
HexBCEABF1401287c3453
Octal274352277240221017464123
Binary10111100111010101011111110100010010100011111001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEABF; }

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

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

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

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

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

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

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

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