#B5FEBA

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

Shades of Fringy Flower #B5FEBA

Tints of Fringy Flower #B5FEBA

Color information

#B5FEBA (or 0xB5FEBA) is unknown color: approx Fringy Flower. HEX triplet: B5, FE and BA. RGB value is (181,254,186). Sum of RGB (Red+Green+Blue) = 181+254+186=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FEBA is #4A0145. Grayscale: #E0E0E0. Windows color (decimal): -4849990 or 12254901. OLE color: 12254901.

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

Color convert

RGB181254186-
CMYK0.2900.270.00
HSL124.11º97.33%85.29%-
HSV(B)124.11º28.74%99.61%-
XYZ63.3684.2559.38-
YUV224.42106.3297.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.15%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=29.15%
G=40.90%
B=29.95%

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
Decimal1812541860.2900.270.00124.1197.3385.29
HexB5FEBA1D01B07c6155
Octal265376272350330174141125
Binary101101011111111010111010111010110110111110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FEBA; }

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

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

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

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

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

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

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

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