#B5DFBB

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

Shades of Fringy Flower #B5DFBB

Tints of Fringy Flower #B5DFBB

Color information

#B5DFBB (or 0xB5DFBB) is unknown color: approx Fringy Flower. HEX triplet: B5, DF and BB. RGB value is (181,223,187). Sum of RGB (Red+Green+Blue) = 181+223+187=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFBB is #4A2044. Grayscale: #CECECE. Windows color (decimal): -4857925 or 12312501. OLE color: 12312501.

HSL color Cylindrical-coordinate representation of color #B5DFBB: hue angle of 128.57º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5DFBB is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB181223187-
CMYK0.1900.160.13
HSL128.57º39.62%79.22%-
HSV(B)128.57º18.83%87.45%-
XYZ54.4166.1956.92-
YUV206.34117.09109.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.63%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 187 (73.44% from 255) = 31.64%
R=30.63%
G=37.73%
B=31.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812231870.1900.160.13128.5739.6279.22
HexB5DFBB13010D81284f
Octal265337273230201520150117
Binary101101011101111110111011100110100001101100000011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DFBB; }

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

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

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

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

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

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

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

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