#B4FEBA

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

Shades of Fringy Flower #B4FEBA

Tints of Fringy Flower #B4FEBA

Color information

#B4FEBA (or 0xB4FEBA) is unknown color: approx Fringy Flower. HEX triplet: B4, FE and BA. RGB value is (180,254,186). Sum of RGB (Red+Green+Blue) = 180+254+186=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FEBA is #4B0145. Grayscale: #E0E0E0. Windows color (decimal): -4915526 or 12254900. OLE color: 12254900.

HSL color Cylindrical-coordinate representation of color #B4FEBA: hue angle of 124.86º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FEBA is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB180254186-
CMYK0.2900.270.00
HSL124.86º97.37%85.1%-
HSV(B)124.86º29.13%99.61%-
XYZ63.1384.1359.37-
YUV224.12106.4896.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.03%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 186 (73.05% from 255) = 30%
R=29.03%
G=40.97%
B=30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802541860.2900.270.00124.8697.3785.1
HexB4FEBA1D01B07d6155
Octal264376272350330175141125
Binary101101001111111010111010111010110110111110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FEBA; }

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

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

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

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

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

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

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

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