#BEECBD

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

Shades of Fringy Flower #BEECBD

Tints of Fringy Flower #BEECBD

Color information

#BEECBD (or 0xBEECBD) is unknown color: approx Fringy Flower. HEX triplet: BE, EC and BD. RGB value is (190,236,189). Sum of RGB (Red+Green+Blue) = 190+236+189=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECBD is #411342. Grayscale: #D9D9D9. Windows color (decimal): -4264771 or 12446910. OLE color: 12446910.

HSL color Cylindrical-coordinate representation of color #BEECBD: hue angle of 118.72º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEECBD is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB190236189-
CMYK0.1900.200.07
HSL118.72º55.29%83.33%-
HSV(B)118.72º19.92%92.55%-
XYZ60.4274.6159.36-
YUV216.89112.26108.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 189 (74.22% from 255) = 30.73%
R=30.89%
G=38.37%
B=30.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902361890.1900.200.07118.7255.2983.33
HexBEECBD130147773753
Octal27635427523024716767123
Binary1011111011101100101111011001101010011111101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECBD; }

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

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

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

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

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

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

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

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