#B8E1BE

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

Shades of Fringy Flower #B8E1BE

Tints of Fringy Flower #B8E1BE

Color information

#B8E1BE (or 0xB8E1BE) is unknown color: approx Fringy Flower. HEX triplet: B8, E1 and BE. RGB value is (184,225,190). Sum of RGB (Red+Green+Blue) = 184+225+190=599 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.72% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E1BE is #471E41. Grayscale: #D0D0D0. Windows color (decimal): -4660802 or 12509624. OLE color: 12509624.

HSL color Cylindrical-coordinate representation of color #B8E1BE: hue angle of 128.78º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8E1BE is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB184225190-
CMYK0.1800.160.12
HSL128.78º40.59%80.2%-
HSV(B)128.78º18.22%88.24%-
XYZ55.9967.7658.84-
YUV208.75117.42110.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.72%
GREEN value IS 225 (88.28% from 255) = 37.56%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=30.72%
G=37.56%
B=31.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1842251900.1800.160.12128.7840.5980.2
HexB8E1BE12010C812950
Octal270341276220201420151120
Binary101110001110000110111110100100100001100100000011010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E1BE; }

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

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

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

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

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

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

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

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