#B5FFBB

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

Shades of Fringy Flower #B5FFBB

Tints of Fringy Flower #B5FFBB

Color information

#B5FFBB (or 0xB5FFBB) is unknown color: approx Fringy Flower. HEX triplet: B5, FF and BB. RGB value is (181,255,187). Sum of RGB (Red+Green+Blue) = 181+255+187=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFBB is #4A0044. Grayscale: #E1E1E1. Windows color (decimal): -4849733 or 12320693. OLE color: 12320693.

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

Color convert

RGB181255187-
CMYK0.2900.270
HSL124.86º100%85.49%-
HSV(B)124.86º29.02%100%-
XYZ63.7984.9360.05-
YUV225.12106.4896.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.05%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=29.05%
G=40.93%
B=30.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812551870.2900.270124.8610085.49
HexB5FFBB1D01B07d6455
Octal265377273350330175144125
Binary101101011111111110111011111010110110111110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FFBB; }

 p { color: rgb(181,255,187); }

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

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

 a { background-color: rgb(181,255,187); }

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

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

 span { border-color: rgb(181,255,187); }

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