#B8FABA

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

Shades of Fringy Flower #B8FABA

Tints of Fringy Flower #B8FABA

Color information

#B8FABA (or 0xB8FABA) is unknown color: approx Fringy Flower. HEX triplet: B8, FA and BA. RGB value is (184,250,186). Sum of RGB (Red+Green+Blue) = 184+250+186=620 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.68% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FABA is #470545. Grayscale: #DFDFDF. Windows color (decimal): -4654406 or 12253880. OLE color: 12253880.

HSL color Cylindrical-coordinate representation of color #B8FABA: hue angle of 121.82º 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 #B8FABA is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB184250186-
CMYK0.2600.260.02
HSL121.82º86.84%85.1%-
HSV(B)121.82º26.4%98.04%-
XYZ62.8282.1158.99-
YUV222.97107.13100.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.68%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 186 (73.05% from 255) = 30%
R=29.68%
G=40.32%
B=30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842501860.2600.260.02121.8286.8485.1
HexB8FABA1A01A27a5755
Octal270372272320322172127125
Binary1011100011111010101110101101001101010111101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FABA; }

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

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

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

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

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

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

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

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