#B5DABD

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

Shades of Fringy Flower #B5DABD

Tints of Fringy Flower #B5DABD

Color information

#B5DABD (or 0xB5DABD) is unknown color: approx Fringy Flower. HEX triplet: B5, DA and BD. RGB value is (181,218,189). Sum of RGB (Red+Green+Blue) = 181+218+189=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DABD is #4A2542. Grayscale: #CBCBCB. Windows color (decimal): -4859203 or 12442293. OLE color: 12442293.

HSL color Cylindrical-coordinate representation of color #B5DABD: hue angle of 132.97º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DABD is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB181218189-
CMYK0.1700.130.15
HSL132.97º33.33%78.24%-
HSV(B)132.97º16.97%85.49%-
XYZ53.3163.6457.62-
YUV203.63119.74111.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.78%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=30.78%
G=37.07%
B=32.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812181890.1700.130.15132.9733.3378.24
HexB5DABD110DF85214e
Octal265332275210151720541116
Binary10110101110110101011110110001011011111100001011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DABD; }

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

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

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

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

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

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

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

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