#BEE6BD

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

Shades of Fringy Flower #BEE6BD

Tints of Fringy Flower #BEE6BD

Color information

#BEE6BD (or 0xBEE6BD) is unknown color: approx Fringy Flower. HEX triplet: BE, E6 and BD. RGB value is (190,230,189). Sum of RGB (Red+Green+Blue) = 190+230+189=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE6BD is #411942. Grayscale: #D5D5D5. Windows color (decimal): -4266307 or 12445374. OLE color: 12445374.

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

Color convert

RGB190230189-
CMYK0.1700.180.10
HSL118.54º45.05%82.16%-
HSV(B)118.54º17.83%90.2%-
XYZ58.7271.2158.8-
YUV213.37114.25111.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 230 (90.23% from 255) = 37.77%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=31.20%
G=37.77%
B=31.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902301890.1700.180.10118.5445.0582.16
HexBEE6BD11012A772d52
Octal276346275210221216755122
Binary10111110111001101011110110001010010101011101111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE6BD; }

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

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

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

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

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

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

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

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