#B4EBBA

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

Shades of Fringy Flower #B4EBBA

Tints of Fringy Flower #B4EBBA

Color information

#B4EBBA (or 0xB4EBBA) is unknown color: approx Fringy Flower. HEX triplet: B4, EB and BA. RGB value is (180,235,186). Sum of RGB (Red+Green+Blue) = 180+235+186=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBBA is #4B1445. Grayscale: #D5D5D5. Windows color (decimal): -4920390 or 12250036. OLE color: 12250036.

HSL color Cylindrical-coordinate representation of color #B4EBBA: hue angle of 126.55º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EBBA is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB180235186-
CMYK0.2300.210.08
HSL126.55º57.89%81.37%-
HSV(B)126.55º23.4%92.16%-
XYZ57.3972.6757.46-
YUV212.97112.78104.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.95%
GREEN value IS 235 (92.19% from 255) = 39.10%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=29.95%
G=39.10%
B=30.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802351860.2300.210.08126.5557.8981.37
HexB4EBBA1701587f3a51
Octal264353272270251017772121
Binary10110100111010111011101010111010101100011111111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBBA; }

 p { color: rgb(180,235,186); }

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

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

 a { background-color: rgb(180,235,186); }

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

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

 span { border-color: rgb(180,235,186); }

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