#B8E1C4

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

Shades of Fringy Flower #B8E1C4

Tints of Fringy Flower #B8E1C4

Color information

#B8E1C4 (or 0xB8E1C4) is unknown color: approx Fringy Flower. HEX triplet: B8, E1 and C4. RGB value is (184,225,196). Sum of RGB (Red+Green+Blue) = 184+225+196=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E1C4 is #471E3B. Grayscale: #D1D1D1. Windows color (decimal): -4660796 or 12902840. OLE color: 12902840.

HSL color Cylindrical-coordinate representation of color #B8E1C4: hue angle of 137.56º 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 #B8E1C4 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB184225196-
CMYK0.1800.130.12
HSL137.56º40.59%80.2%-
HSV(B)137.56º18.22%88.24%-
XYZ56.6668.0362.37-
YUV209.43120.42109.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.41%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 196 (76.95% from 255) = 32.40%
R=30.41%
G=37.19%
B=32.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1842251960.1800.130.12137.5640.5980.2
HexB8E1C4120DC8a2950
Octal270341304220151421251120
Binary10111000111000011100010010010011011100100010101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E1C4; }

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

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

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

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

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

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

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

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