#BEE9C1

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

Shades of Fringy Flower #BEE9C1

Tints of Fringy Flower #BEE9C1

Color information

#BEE9C1 (or 0xBEE9C1) is unknown color: approx Fringy Flower. HEX triplet: BE, E9 and C1. RGB value is (190,233,193). Sum of RGB (Red+Green+Blue) = 190+233+193=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9C1 is #41163E. Grayscale: #D7D7D7. Windows color (decimal): -4265535 or 12708286. OLE color: 12708286.

HSL color Cylindrical-coordinate representation of color #BEE9C1: hue angle of 124.19º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE9C1 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB190233193-
CMYK0.1800.170.09
HSL124.19º49.43%82.94%-
HSV(B)124.19º18.45%91.37%-
XYZ6073.0861.39-
YUV215.58115.25109.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 233 (91.41% from 255) = 37.82%
BLUE value IS 193 (75.78% from 255) = 31.33%
R=30.84%
G=37.82%
B=31.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902331930.1800.170.09124.1949.4382.94
HexBEE9C11201197c3153
Octal276351301220211117461123
Binary10111110111010011100000110010010001100111111001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9C1; }

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

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

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

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

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

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

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

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