#B5F0BE

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

Shades of Fringy Flower #B5F0BE

Tints of Fringy Flower #B5F0BE

Color information

#B5F0BE (or 0xB5F0BE) is unknown color: approx Fringy Flower. HEX triplet: B5, F0 and BE. RGB value is (181,240,190). Sum of RGB (Red+Green+Blue) = 181+240+190=611 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.62% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F0BE is #4A0F41. Grayscale: #D8D8D8. Windows color (decimal): -4853570 or 12513461. OLE color: 12513461.

HSL color Cylindrical-coordinate representation of color #B5F0BE: hue angle of 129.15º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F0BE is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB181240190-
CMYK0.2500.210.06
HSL129.15º66.29%82.55%-
HSV(B)129.15º24.58%94.12%-
XYZ59.5175.8660.22-
YUV216.66112.95102.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.62%
GREEN value IS 240 (94.14% from 255) = 39.28%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=29.62%
G=39.28%
B=31.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812401900.2500.210.06129.1566.2982.55
HexB5F0BE190156814253
Octal265360276310256201102123
Binary101101011111000010111110110010101011101000000110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F0BE; }

 p { color: rgb(181,240,190); }

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

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

 a { background-color: rgb(181,240,190); }

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

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

 span { border-color: rgb(181,240,190); }

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