#BEEEC2

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

Shades of Fringy Flower #BEEEC2

Tints of Fringy Flower #BEEEC2

Color information

#BEEEC2 (or 0xBEEEC2) is unknown color: approx Fringy Flower. HEX triplet: BE, EE and C2. RGB value is (190,238,194). Sum of RGB (Red+Green+Blue) = 190+238+194=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEC2 is #41113D. Grayscale: #DADADA. Windows color (decimal): -4264254 or 12775102. OLE color: 12775102.

HSL color Cylindrical-coordinate representation of color #BEEEC2: hue angle of 125º degrees, saturation: 0.59, 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 #BEEEC2 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB190238194-
CMYK0.2000.180.07
HSL125º58.54%83.92%-
HSV(B)125º20.17%93.33%-
XYZ61.5575.9962.46-
YUV218.63114.1107.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 238 (93.36% from 255) = 38.26%
BLUE value IS 194 (76.17% from 255) = 31.19%
R=30.55%
G=38.26%
B=31.19%

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
Decimal1902381940.2000.180.0712558.5483.92
HexBEEEC21401277d3b54
Octal27635630224022717573124
Binary1011111011101110110000101010001001011111111011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEC2; }

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

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

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

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

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

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

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

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