#BEE6BB

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

Shades of Fringy Flower #BEE6BB

Tints of Fringy Flower #BEE6BB

Color information

#BEE6BB (or 0xBEE6BB) is unknown color: approx Fringy Flower. HEX triplet: BE, E6 and BB. RGB value is (190,230,187). Sum of RGB (Red+Green+Blue) = 190+230+187=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE6BB is #411944. Grayscale: #D5D5D5. Windows color (decimal): -4266309 or 12314302. OLE color: 12314302.

HSL color Cylindrical-coordinate representation of color #BEE6BB: hue angle of 115.81º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE6BB is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB190230187-
CMYK0.1700.190.10
HSL115.81º46.24%81.76%-
HSV(B)115.81º18.7%90.2%-
XYZ58.571.1357.66-
YUV213.14113.25111.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=31.30%
G=37.89%
B=30.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902301870.1700.190.10115.8146.2481.76
HexBEE6BB11013A742e52
Octal276346273210231216456122
Binary10111110111001101011101110001010011101011101001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE6BB; }

 p { color: rgb(190,230,187); }

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

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

 a { background-color: rgb(190,230,187); }

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

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

 span { border-color: rgb(190,230,187); }

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