#B4EBBD

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

Shades of Fringy Flower #B4EBBD

Tints of Fringy Flower #B4EBBD

Color information

#B4EBBD (or 0xB4EBBD) is unknown color: approx Fringy Flower. HEX triplet: B4, EB and BD. RGB value is (180,235,189). Sum of RGB (Red+Green+Blue) = 180+235+189=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBBD is #4B1442. Grayscale: #D5D5D5. Windows color (decimal): -4920387 or 12446644. OLE color: 12446644.

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

Color convert

RGB180235189-
CMYK0.2300.200.08
HSL129.82º57.89%81.37%-
HSV(B)129.82º23.4%92.16%-
XYZ57.7272.7959.15-
YUV213.31114.28104.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.80%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=29.80%
G=38.91%
B=31.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802351890.2300.200.08129.8257.8981.37
HexB4EBBD170148823a51
Octal264353275270241020272121
Binary101101001110101110111101101110101001000100000101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBBD; }

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

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

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

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

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

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

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

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