#BEEAC1

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

Shades of Fringy Flower #BEEAC1

Tints of Fringy Flower #BEEAC1

Color information

#BEEAC1 (or 0xBEEAC1) is unknown color: approx Fringy Flower. HEX triplet: BE, EA and C1. RGB value is (190,234,193). Sum of RGB (Red+Green+Blue) = 190+234+193=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAC1 is #41153E. Grayscale: #D8D8D8. Windows color (decimal): -4265279 or 12708542. OLE color: 12708542.

HSL color Cylindrical-coordinate representation of color #BEEAC1: hue angle of 124.09º degrees, saturation: 0.51, 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 #BEEAC1 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB190234193-
CMYK0.1900.180.08
HSL124.09º51.16%83.14%-
HSV(B)124.09º18.8%91.76%-
XYZ60.2873.6461.49-
YUV216.17114.92109.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=30.79%
G=37.93%
B=31.28%

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
Decimal1902341930.1900.180.08124.0951.1683.14
HexBEEAC11301287c3353
Octal276352301230221017463123
Binary10111110111010101100000110011010010100011111001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAC1; }

 p { color: rgb(190,234,193); }

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

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

 a { background-color: rgb(190,234,193); }

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

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

 span { border-color: rgb(190,234,193); }

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