#BEF6BC

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

Shades of Fringy Flower #BEF6BC

Tints of Fringy Flower #BEF6BC

Color information

#BEF6BC (or 0xBEF6BC) is unknown color: approx Fringy Flower. HEX triplet: BE, F6 and BC. RGB value is (190,246,188). Sum of RGB (Red+Green+Blue) = 190+246+188=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6BC is #410943. Grayscale: #DEDEDE. Windows color (decimal): -4262212 or 12383934. OLE color: 12383934.

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

Color convert

RGB190246188-
CMYK0.2300.240.04
HSL117.93º76.32%85.1%-
HSV(B)117.93º23.58%96.47%-
XYZ63.2780.4959.78-
YUV222.64108.45104.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 246 (96.48% from 255) = 39.42%
BLUE value IS 188 (73.83% from 255) = 30.13%
R=30.45%
G=39.42%
B=30.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902461880.2300.240.04117.9376.3285.1
HexBEF6BC170184764c55
Octal276366274270304166114125
Binary10111110111101101011110010111011000100111011010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF6BC; }

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

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

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

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

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

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

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

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