#B4E7BF

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

Shades of Fringy Flower #B4E7BF

Tints of Fringy Flower #B4E7BF

Color information

#B4E7BF (or 0xB4E7BF) is unknown color: approx Fringy Flower. HEX triplet: B4, E7 and BF. RGB value is (180,231,191). Sum of RGB (Red+Green+Blue) = 180+231+191=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7BF is #4B1840. Grayscale: #D3D3D3. Windows color (decimal): -4921409 or 12576692. OLE color: 12576692.

HSL color Cylindrical-coordinate representation of color #B4E7BF: hue angle of 132.94º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E7BF is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB180231191-
CMYK0.2200.170.09
HSL132.94º51.52%80.59%-
HSV(B)132.94º22.08%90.59%-
XYZ56.870.6259.93-
YUV211.19116.6105.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.90%
GREEN value IS 231 (90.62% from 255) = 38.37%
BLUE value IS 191 (75% from 255) = 31.73%
R=29.90%
G=38.37%
B=31.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802311910.2200.170.09132.9451.5280.59
HexB4E7BF160119853451
Octal264347277260211120564121
Binary101101001110011110111111101100100011001100001011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E7BF; }

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

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

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

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

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

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

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

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