#BEEDBB

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

Shades of Fringy Flower #BEEDBB

Tints of Fringy Flower #BEEDBB

Color information

#BEEDBB (or 0xBEEDBB) is unknown color: approx Fringy Flower. HEX triplet: BE, ED and BB. RGB value is (190,237,187). Sum of RGB (Red+Green+Blue) = 190+237+187=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDBB is #411244. Grayscale: #D9D9D9. Windows color (decimal): -4264517 or 12316094. OLE color: 12316094.

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

Color convert

RGB190237187-
CMYK0.2000.210.07
HSL116.4º58.14%83.14%-
HSV(B)116.4º21.1%92.94%-
XYZ60.4975.158.32-
YUV217.25110.93108.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 237 (92.97% from 255) = 38.60%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=30.94%
G=38.60%
B=30.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902371870.2000.210.07116.458.1483.14
HexBEEDBB140157743a53
Octal27635527324025716472123
Binary1011111011101101101110111010001010111111101001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDBB; }

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

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

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

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

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

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

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

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