#BEF0BD

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

Shades of Fringy Flower #BEF0BD

Tints of Fringy Flower #BEF0BD

Color information

#BEF0BD (or 0xBEF0BD) is unknown color: approx Fringy Flower. HEX triplet: BE, F0 and BD. RGB value is (190,240,189). Sum of RGB (Red+Green+Blue) = 190+240+189=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0BD is #410F42. Grayscale: #DBDBDB. Windows color (decimal): -4263747 or 12447934. OLE color: 12447934.

HSL color Cylindrical-coordinate representation of color #BEF0BD: hue angle of 118.82º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0BD is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB190240189-
CMYK0.2100.210.06
HSL118.82º62.96%84.12%-
HSV(B)118.82º21.25%94.12%-
XYZ61.5876.9459.75-
YUV219.24110.94107.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 240 (94.14% from 255) = 38.77%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=30.69%
G=38.77%
B=30.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401890.2100.210.06118.8262.9684.12
HexBEF0BD150156773f54
Octal27636027525025616777124
Binary1011111011110000101111011010101010111011101111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0BD; }

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

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

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

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

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

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

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

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