#B8F9BF

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

Shades of Fringy Flower #B8F9BF

Tints of Fringy Flower #B8F9BF

Color information

#B8F9BF (or 0xB8F9BF) is unknown color: approx Fringy Flower. HEX triplet: B8, F9 and BF. RGB value is (184,249,191). Sum of RGB (Red+Green+Blue) = 184+249+191=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F9BF is #470640. Grayscale: #DFDFDF. Windows color (decimal): -4654657 or 12581304. OLE color: 12581304.

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

Color convert

RGB184249191-
CMYK0.2600.230.02
HSL126.46º84.42%84.9%-
HSV(B)126.46º26.1%97.65%-
XYZ63.0581.761.74-
YUV222.95109.97100.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.49%
GREEN value IS 249 (97.66% from 255) = 39.90%
BLUE value IS 191 (75% from 255) = 30.61%
R=29.49%
G=39.90%
B=30.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842491910.2600.230.02126.4684.4284.9
HexB8F9BF1A01727e5455
Octal270371277320272176124125
Binary1011100011111001101111111101001011110111111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F9BF; }

 p { color: rgb(184,249,191); }

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

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

 a { background-color: rgb(184,249,191); }

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

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

 span { border-color: rgb(184,249,191); }

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