#BEEDC2

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

Shades of Fringy Flower #BEEDC2

Tints of Fringy Flower #BEEDC2

Color information

#BEEDC2 (or 0xBEEDC2) is unknown color: approx Fringy Flower. HEX triplet: BE, ED and C2. RGB value is (190,237,194). Sum of RGB (Red+Green+Blue) = 190+237+194=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDC2 is #41123D. Grayscale: #DADADA. Windows color (decimal): -4264510 or 12774846. OLE color: 12774846.

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

Color convert

RGB190237194-
CMYK0.2000.180.07
HSL125.11º56.63%83.73%-
HSV(B)125.11º19.83%92.94%-
XYZ61.2675.4162.37-
YUV218.04114.43108-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 194 (76.17% from 255) = 31.24%
R=30.60%
G=38.16%
B=31.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902371940.2000.180.07125.1156.6383.73
HexBEEDC21401277d3954
Octal27635530224022717571124
Binary1011111011101101110000101010001001011111111011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDC2; }

 p { color: rgb(190,237,194); }

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

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

 a { background-color: rgb(190,237,194); }

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

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

 span { border-color: rgb(190,237,194); }

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