#BEE9C3

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

Shades of Fringy Flower #BEE9C3

Tints of Fringy Flower #BEE9C3

Color information

#BEE9C3 (or 0xBEE9C3) is unknown color: approx Fringy Flower. HEX triplet: BE, E9 and C3. RGB value is (190,233,195). Sum of RGB (Red+Green+Blue) = 190+233+195=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9C3 is #41163C. Grayscale: #D7D7D7. Windows color (decimal): -4265533 or 12839358. OLE color: 12839358.

HSL color Cylindrical-coordinate representation of color #BEE9C3: hue angle of 126.98º 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 #BEE9C3 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB190233195-
CMYK0.1800.160.09
HSL126.98º49.43%82.94%-
HSV(B)126.98º18.45%91.37%-
XYZ60.2273.1762.58-
YUV215.81116.25109.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 233 (91.41% from 255) = 37.70%
BLUE value IS 195 (76.56% from 255) = 31.55%
R=30.74%
G=37.70%
B=31.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902331950.1800.160.09126.9849.4382.94
HexBEE9C31201097f3153
Octal276351303220201117761123
Binary10111110111010011100001110010010000100111111111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9C3; }

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

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

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

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

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

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

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

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