#BEF8BC

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

Shades of Fringy Flower #BEF8BC

Tints of Fringy Flower #BEF8BC

Color information

#BEF8BC (or 0xBEF8BC) is unknown color: approx Fringy Flower. HEX triplet: BE, F8 and BC. RGB value is (190,248,188). Sum of RGB (Red+Green+Blue) = 190+248+188=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8BC is #410743. Grayscale: #E0E0E0. Windows color (decimal): -4261700 or 12384446. OLE color: 12384446.

HSL color Cylindrical-coordinate representation of color #BEF8BC: hue angle of 118º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF8BC is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB190248188-
CMYK0.2300.240.03
HSL118º81.08%85.49%-
HSV(B)118º24.19%97.25%-
XYZ63.8881.7159.98-
YUV223.82107.78103.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 248 (97.27% from 255) = 39.62%
BLUE value IS 188 (73.83% from 255) = 30.03%
R=30.35%
G=39.62%
B=30.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902481880.2300.240.0311881.0885.49
HexBEF8BC170183765155
Octal276370274270303166121125
Binary1011111011111000101111001011101100011111011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF8BC; }

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

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

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

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

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

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

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

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