#B8F2BE

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

Shades of Fringy Flower #B8F2BE

Tints of Fringy Flower #B8F2BE

Color information

#B8F2BE (or 0xB8F2BE) is unknown color: approx Fringy Flower. HEX triplet: B8, F2 and BE. RGB value is (184,242,190). Sum of RGB (Red+Green+Blue) = 184+242+190=616 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.87% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2BE is #470D41. Grayscale: #DADADA. Windows color (decimal): -4656450 or 12513976. OLE color: 12513976.

HSL color Cylindrical-coordinate representation of color #B8F2BE: hue angle of 126.21º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F2BE is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB184242190-
CMYK0.2400.210.05
HSL126.21º69.05%83.53%-
HSV(B)126.21º23.97%94.9%-
XYZ60.8177.4160.45-
YUV218.73111.78103.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.87%
GREEN value IS 242 (94.92% from 255) = 39.29%
BLUE value IS 190 (74.61% from 255) = 30.84%
R=29.87%
G=39.29%
B=30.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842421900.2400.210.05126.2169.0583.53
HexB8F2BE1801557e4554
Octal270362276300255176105124
Binary10111000111100101011111011000010101101111111010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F2BE; }

 p { color: rgb(184,242,190); }

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

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

 a { background-color: rgb(184,242,190); }

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

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

 span { border-color: rgb(184,242,190); }

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