#B4FEBE

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

Shades of Fringy Flower #B4FEBE

Tints of Fringy Flower #B4FEBE

Color information

#B4FEBE (or 0xB4FEBE) is unknown color: approx Fringy Flower. HEX triplet: B4, FE and BE. RGB value is (180,254,190). Sum of RGB (Red+Green+Blue) = 180+254+190=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FEBE is #4B0141. Grayscale: #E0E0E0. Windows color (decimal): -4915522 or 12517044. OLE color: 12517044.

HSL color Cylindrical-coordinate representation of color #B4FEBE: hue angle of 128.11º 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 #B4FEBE is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB180254190-
CMYK0.2900.250.00
HSL128.11º97.37%85.1%-
HSV(B)128.11º29.13%99.61%-
XYZ63.5684.361.64-
YUV224.58108.4896.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.85%
GREEN value IS 254 (99.61% from 255) = 40.71%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=28.85%
G=40.71%
B=30.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802541900.2900.250.00128.1197.3785.1
HexB4FEBE1D0190806155
Octal264376276350310200141125
Binary1011010011111110101111101110101100101000000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FEBE; }

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

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

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

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

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

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

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

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