#B5DABE

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

Shades of Fringy Flower #B5DABE

Tints of Fringy Flower #B5DABE

Color information

#B5DABE (or 0xB5DABE) is unknown color: approx Fringy Flower. HEX triplet: B5, DA and BE. RGB value is (181,218,190). Sum of RGB (Red+Green+Blue) = 181+218+190=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DABE is #4A2541. Grayscale: #CBCBCB. Windows color (decimal): -4859202 or 12507829. OLE color: 12507829.

HSL color Cylindrical-coordinate representation of color #B5DABE: hue angle of 134.59º 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 #B5DABE is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB181218190-
CMYK0.1700.130.15
HSL134.59º33.33%78.24%-
HSV(B)134.59º16.97%85.49%-
XYZ53.4263.6858.19-
YUV203.74120.24111.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.73%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=30.73%
G=37.01%
B=32.26%

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
Decimal1812181900.1700.130.15134.5933.3378.24
HexB5DABE110DF87214e
Octal265332276210151720741116
Binary10110101110110101011111010001011011111100001111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DABE; }

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

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

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

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

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

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

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

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