#BEF0BC

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

Shades of Fringy Flower #BEF0BC

Tints of Fringy Flower #BEF0BC

Color information

#BEF0BC (or 0xBEF0BC) is unknown color: approx Fringy Flower. HEX triplet: BE, F0 and BC. RGB value is (190,240,188). Sum of RGB (Red+Green+Blue) = 190+240+188=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0BC is #410F43. Grayscale: #DBDBDB. Windows color (decimal): -4263748 or 12382398. OLE color: 12382398.

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

Color convert

RGB190240188-
CMYK0.2100.220.06
HSL117.69º63.41%83.92%-
HSV(B)117.69º21.67%94.12%-
XYZ61.4776.959.18-
YUV219.12110.44107.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 240 (94.14% from 255) = 38.83%
BLUE value IS 188 (73.83% from 255) = 30.42%
R=30.74%
G=38.83%
B=30.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401880.2100.220.06117.6963.4183.92
HexBEF0BC150166763f54
Octal27636027425026616677124
Binary1011111011110000101111001010101011011011101101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0BC; }

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

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

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

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

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

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

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

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