#B4E1BB

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

Shades of Fringy Flower #B4E1BB

Tints of Fringy Flower #B4E1BB

Color information

#B4E1BB (or 0xB4E1BB) is unknown color: approx Fringy Flower. HEX triplet: B4, E1 and BB. RGB value is (180,225,187). Sum of RGB (Red+Green+Blue) = 180+225+187=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E1BB is #4B1E44. Grayscale: #CFCFCF. Windows color (decimal): -4922949 or 12313012. OLE color: 12313012.

HSL color Cylindrical-coordinate representation of color #B4E1BB: hue angle of 129.33º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E1BB is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB180225187-
CMYK0.200.170.12
HSL129.33º42.86%79.41%-
HSV(B)129.33º20%88.24%-
XYZ54.7267.1457.09-
YUV207.21116.59108.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.41%
GREEN value IS 225 (88.28% from 255) = 38.01%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=30.41%
G=38.01%
B=31.59%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1802251870.200.170.12129.3342.8679.41
HexB4E1BB14011C812b4f
Octal264341273240211420153117
Binary101101001110000110111011101000100011100100000011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E1BB; }

 p { color: rgb(180,225,187); }

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

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

 a { background-color: rgb(180,225,187); }

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

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

 span { border-color: rgb(180,225,187); }

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