#B8F8BE

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

Shades of Fringy Flower #B8F8BE

Tints of Fringy Flower #B8F8BE

Color information

#B8F8BE (or 0xB8F8BE) is unknown color: approx Fringy Flower. HEX triplet: B8, F8 and BE. RGB value is (184,248,190). Sum of RGB (Red+Green+Blue) = 184+248+190=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F8BE is #470741. Grayscale: #DEDEDE. Windows color (decimal): -4654914 or 12515512. OLE color: 12515512.

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

Color convert

RGB184248190-
CMYK0.2600.230.03
HSL125.62º82.05%84.71%-
HSV(B)125.62º25.81%97.25%-
XYZ62.6381.0461.06-
YUV222.25109.8100.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.58%
GREEN value IS 248 (97.27% from 255) = 39.87%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=29.58%
G=39.87%
B=30.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1842481900.2600.230.03125.6282.0584.71
HexB8F8BE1A01737e5255
Octal270370276320273176122125
Binary1011100011111000101111101101001011111111111010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F8BE; }

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

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

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

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

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

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

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

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