#BEEFBC

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

Shades of Fringy Flower #BEEFBC

Tints of Fringy Flower #BEEFBC

Color information

#BEEFBC (or 0xBEEFBC) is unknown color: approx Fringy Flower. HEX triplet: BE, EF and BC. RGB value is (190,239,188). Sum of RGB (Red+Green+Blue) = 190+239+188=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFBC is #411043. Grayscale: #DADADA. Windows color (decimal): -4264004 or 12382142. OLE color: 12382142.

HSL color Cylindrical-coordinate representation of color #BEEFBC: hue angle of 117.65º degrees, saturation: 0.61, 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 #BEEFBC is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB190239188-
CMYK0.2100.210.06
HSL117.65º61.45%83.73%-
HSV(B)117.65º21.34%93.73%-
XYZ61.1876.3159.08-
YUV218.53110.77107.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 188 (73.83% from 255) = 30.47%
R=30.79%
G=38.74%
B=30.47%

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
Decimal1902391880.2100.210.06117.6561.4583.73
HexBEEFBC150156763d54
Octal27635727425025616675124
Binary1011111011101111101111001010101010111011101101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEFBC; }

 p { color: rgb(190,239,188); }

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

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

 a { background-color: rgb(190,239,188); }

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

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

 span { border-color: rgb(190,239,188); }

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