#B5DBBD

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

Shades of Fringy Flower #B5DBBD

Tints of Fringy Flower #B5DBBD

Color information

#B5DBBD (or 0xB5DBBD) is unknown color: approx Fringy Flower. HEX triplet: B5, DB and BD. RGB value is (181,219,189). Sum of RGB (Red+Green+Blue) = 181+219+189=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBBD is #4A2442. Grayscale: #CCCCCC. Windows color (decimal): -4858947 or 12442549. OLE color: 12442549.

HSL color Cylindrical-coordinate representation of color #B5DBBD: hue angle of 132.63º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DBBD is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB181219189-
CMYK0.1700.140.14
HSL132.63º34.55%78.43%-
HSV(B)132.63º17.35%85.88%-
XYZ53.5764.1657.7-
YUV204.22119.41111.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.73%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=30.73%
G=37.18%
B=32.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812191890.1700.140.14132.6334.5578.43
HexB5DBBD110EE85234e
Octal265333275210161620543116
Binary10110101110110111011110110001011101110100001011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DBBD; }

 p { color: rgb(181,219,189); }

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

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

 a { background-color: rgb(181,219,189); }

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

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

 span { border-color: rgb(181,219,189); }

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