#b8f8b9

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

Shades of Fringy Flower #B8F8B9

Tints of Fringy Flower #B8F8B9

Color information

#B8F8B9 (or 0xB8F8B9) is unknown color: approx Fringy Flower. HEX triplet: B8, F8 and B9. RGB value is (184,248,185). Sum of RGB (Red+Green+Blue) = 184+248+185=617 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.82% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F8B9 is #470746. Grayscale: #DDDDDD. Windows color (decimal): -4654919 or 12187832. OLE color: 12187832.

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

Color convert

RGB184248185-
CMYK0.2600.250.03
HSL120.94º82.05%84.71%-
HSV(B)120.94º25.81%97.25%-
XYZ62.0980.8358.23-
YUV221.68107.3101.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.82%
GREEN value IS 248 (97.27% from 255) = 40.19%
BLUE value IS 185 (72.66% from 255) = 29.98%
R=29.82%
G=40.19%
B=29.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1842481850.2600.250.03120.9482.0584.71
HexB8F8B91A0193795255
Octal270370271320313171122125
Binary1011100011111000101110011101001100111111100110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8f8b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8f8b9; }

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

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

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

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

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

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

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

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