#B8E9C0

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

Shades of Fringy Flower #B8E9C0

Tints of Fringy Flower #B8E9C0

Color information

#B8E9C0 (or 0xB8E9C0) is unknown color: approx Fringy Flower. HEX triplet: B8, E9 and C0. RGB value is (184,233,192). Sum of RGB (Red+Green+Blue) = 184+233+192=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #B8E9C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E9C0 is #47163F. Grayscale: #D5D5D5. Windows color (decimal): -4658752 or 12642744. OLE color: 12642744.

HSL color Cylindrical-coordinate representation of color #B8E9C0: hue angle of 129.8º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8E9C0 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB184233192-
CMYK0.2100.180.09
HSL129.8º52.69%81.76%-
HSV(B)129.8º21.03%91.37%-
XYZ58.4272.2760.74-
YUV213.68115.77106.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.21%
GREEN value IS 233 (91.41% from 255) = 38.26%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=30.21%
G=38.26%
B=31.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1842331920.2100.180.09129.852.6981.76
HexB8E9C0150129823552
Octal270351300250221120265122
Binary101110001110100111000000101010100101001100000101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E9C0; }

 p { color: rgb(184,233,192); }

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

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

 a { background-color: rgb(184,233,192); }

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

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

 span { border-color: rgb(184,233,192); }

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