#BEE3C1

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

Shades of Fringy Flower #BEE3C1

Tints of Fringy Flower #BEE3C1

Color information

#BEE3C1 (or 0xBEE3C1) is unknown color: approx Fringy Flower. HEX triplet: BE, E3 and C1. RGB value is (190,227,193). Sum of RGB (Red+Green+Blue) = 190+227+193=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3C1 is #411C3E. Grayscale: #D4D4D4. Windows color (decimal): -4267071 or 12706750. OLE color: 12706750.

HSL color Cylindrical-coordinate representation of color #BEE3C1: hue angle of 124.86º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE3C1 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB190227193-
CMYK0.1600.150.11
HSL124.86º39.78%81.76%-
HSV(B)124.86º16.3%89.02%-
XYZ58.3369.7460.84-
YUV212.06117.24112.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 227 (89.06% from 255) = 37.21%
BLUE value IS 193 (75.78% from 255) = 31.64%
R=31.15%
G=37.21%
B=31.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902271930.1600.150.11124.8639.7881.76
HexBEE3C1100FB7d2852
Octal276343301200171317550122
Binary1011111011100011110000011000001111101111111011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE3C1; }

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

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

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

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

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

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

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

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