#B8E8C1

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

Shades of Fringy Flower #B8E8C1

Tints of Fringy Flower #B8E8C1

Color information

#B8E8C1 (or 0xB8E8C1) is unknown color: approx Fringy Flower. HEX triplet: B8, E8 and C1. RGB value is (184,232,193). Sum of RGB (Red+Green+Blue) = 184+232+193=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 232 - color contains mainly: green. Hex color #B8E8C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E8C1 is #47173E. Grayscale: #D5D5D5. Windows color (decimal): -4659007 or 12708024. OLE color: 12708024.

HSL color Cylindrical-coordinate representation of color #B8E8C1: hue angle of 131.25º degrees, saturation: 0.51, 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 #B8E8C1 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB184232193-
CMYK0.2100.170.09
HSL131.25º51.06%81.57%-
HSV(B)131.25º20.69%90.98%-
XYZ58.2571.7561.23-
YUV213.2116.6107.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.21%
GREEN value IS 232 (91.02% from 255) = 38.10%
BLUE value IS 193 (75.78% from 255) = 31.69%
R=30.21%
G=38.10%
B=31.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1842321930.2100.170.09131.2551.0681.57
HexB8E8C1150119833352
Octal270350301250211120363122
Binary101110001110100011000001101010100011001100000111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E8C1; }

 p { color: rgb(184,232,193); }

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

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

 a { background-color: rgb(184,232,193); }

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

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

 span { border-color: rgb(184,232,193); }

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