#B4EBBE

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

Shades of Fringy Flower #B4EBBE

Tints of Fringy Flower #B4EBBE

Color information

#B4EBBE (or 0xB4EBBE) is unknown color: approx Fringy Flower. HEX triplet: B4, EB and BE. RGB value is (180,235,190). Sum of RGB (Red+Green+Blue) = 180+235+190=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBBE is #4B1441. Grayscale: #D5D5D5. Windows color (decimal): -4920386 or 12512180. OLE color: 12512180.

HSL color Cylindrical-coordinate representation of color #B4EBBE: hue angle of 130.91º 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 #B4EBBE is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB180235190-
CMYK0.2300.190.08
HSL130.91º57.89%81.37%-
HSV(B)130.91º23.4%92.16%-
XYZ57.8272.8459.73-
YUV213.42114.78104.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.75%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=29.75%
G=38.84%
B=31.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802351900.2300.190.08130.9157.8981.37
HexB4EBBE170138833a51
Octal264353276270231020372121
Binary101101001110101110111110101110100111000100000111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBBE; }

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

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

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

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

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

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

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

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