#B4E5BF

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

Shades of Fringy Flower #B4E5BF

Tints of Fringy Flower #B4E5BF

Color information

#B4E5BF (or 0xB4E5BF) is unknown color: approx Fringy Flower. HEX triplet: B4, E5 and BF. RGB value is (180,229,191). Sum of RGB (Red+Green+Blue) = 180+229+191=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E5BF is #4B1A40. Grayscale: #D2D2D2. Windows color (decimal): -4921921 or 12576180. OLE color: 12576180.

HSL color Cylindrical-coordinate representation of color #B4E5BF: hue angle of 133.47º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E5BF is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB180229191-
CMYK0.2100.170.10
HSL133.47º48.51%80.2%-
HSV(B)133.47º21.4%89.8%-
XYZ56.2569.559.74-
YUV210.02117.27106.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30%
GREEN value IS 229 (89.84% from 255) = 38.17%
BLUE value IS 191 (75% from 255) = 31.83%
R=30%
G=38.17%
B=31.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1802291910.2100.170.10133.4748.5180.2
HexB4E5BF15011A853150
Octal264345277250211220561120
Binary101101001110010110111111101010100011010100001011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E5BF; }

 p { color: rgb(180,229,191); }

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

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

 a { background-color: rgb(180,229,191); }

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

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

 span { border-color: rgb(180,229,191); }

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