#BEEEBA

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

Shades of Fringy Flower #BEEEBA

Tints of Fringy Flower #BEEEBA

Color information

#BEEEBA (or 0xBEEEBA) is unknown color: approx Fringy Flower. HEX triplet: BE, EE and BA. RGB value is (190,238,186). Sum of RGB (Red+Green+Blue) = 190+238+186=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEBA is #411145. Grayscale: #D9D9D9. Windows color (decimal): -4264262 or 12250814. OLE color: 12250814.

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

Color convert

RGB190238186-
CMYK0.2000.220.07
HSL115.38º60.47%83.14%-
HSV(B)115.38º21.85%93.33%-
XYZ60.6775.6457.86-
YUV217.72110.1108.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 238 (93.36% from 255) = 38.76%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=30.94%
G=38.76%
B=30.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902381860.2000.220.07115.3860.4783.14
HexBEEEBA140167733c53
Octal27635627224026716374123
Binary1011111011101110101110101010001011011111100111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEEBA; }

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

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

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

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

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

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

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

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