#B4EBB9

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

Shades of Fringy Flower #B4EBB9

Tints of Fringy Flower #B4EBB9

Color information

#B4EBB9 (or 0xB4EBB9) is unknown color: approx Fringy Flower. HEX triplet: B4, EB and B9. RGB value is (180,235,185). Sum of RGB (Red+Green+Blue) = 180+235+185=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBB9 is #4B1446. Grayscale: #D5D5D5. Windows color (decimal): -4920391 or 12184500. OLE color: 12184500.

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

Color convert

RGB180235185-
CMYK0.2300.210.08
HSL125.45º57.89%81.37%-
HSV(B)125.45º23.4%92.16%-
XYZ57.2972.6256.9-
YUV212.86112.28104.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 185 (72.66% from 255) = 30.83%
R=30%
G=39.17%
B=30.83%

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
Decimal1802351850.2300.210.08125.4557.8981.37
HexB4EBB91701587d3a51
Octal264353271270251017572121
Binary10110100111010111011100110111010101100011111011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBB9; }

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

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

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

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

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

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

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

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