#BEF9BC

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

Shades of Fringy Flower #BEF9BC

Tints of Fringy Flower #BEF9BC

Color information

#BEF9BC (or 0xBEF9BC) is unknown color: approx Fringy Flower. HEX triplet: BE, F9 and BC. RGB value is (190,249,188). Sum of RGB (Red+Green+Blue) = 190+249+188=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9BC is #410643. Grayscale: #E0E0E0. Windows color (decimal): -4261444 or 12384702. OLE color: 12384702.

HSL color Cylindrical-coordinate representation of color #BEF9BC: hue angle of 118.03º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9BC is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB190249188-
CMYK0.2400.240.02
HSL118.03º83.56%85.69%-
HSV(B)118.03º24.5%97.65%-
XYZ64.1982.3360.09-
YUV224.4107.45103.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 249 (97.66% from 255) = 39.71%
BLUE value IS 188 (73.83% from 255) = 29.98%
R=30.30%
G=39.71%
B=29.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902491880.2400.240.02118.0383.5685.69
HexBEF9BC180182765456
Octal276371274300302166124126
Binary1011111011111001101111001100001100010111011010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9BC; }

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

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

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

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

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

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

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

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