#B8FABE

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

Shades of Fringy Flower #B8FABE

Tints of Fringy Flower #B8FABE

Color information

#B8FABE (or 0xB8FABE) is unknown color: approx Fringy Flower. HEX triplet: B8, FA and BE. RGB value is (184,250,190). Sum of RGB (Red+Green+Blue) = 184+250+190=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FABE is #470541. Grayscale: #DFDFDF. Windows color (decimal): -4654402 or 12516024. OLE color: 12516024.

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

Color convert

RGB184250190-
CMYK0.2600.240.02
HSL125.45º86.84%85.1%-
HSV(B)125.45º26.4%98.04%-
XYZ63.2582.2861.26-
YUV223.43109.1399.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.49%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=29.49%
G=40.06%
B=30.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842501900.2600.240.02125.4586.8485.1
HexB8FABE1A01827d5755
Octal270372276320302175127125
Binary1011100011111010101111101101001100010111110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FABE; }

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

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

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

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

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

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

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

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