#B5DEBA

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

Shades of Fringy Flower #B5DEBA

Tints of Fringy Flower #B5DEBA

Color information

#B5DEBA (or 0xB5DEBA) is unknown color: approx Fringy Flower. HEX triplet: B5, DE and BA. RGB value is (181,222,186). Sum of RGB (Red+Green+Blue) = 181+222+186=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DEBA is #4A2145. Grayscale: #CDCDCD. Windows color (decimal): -4858182 or 12246709. OLE color: 12246709.

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

Color convert

RGB181222186-
CMYK0.1800.160.13
HSL127.32º38.32%79.02%-
HSV(B)127.32º18.47%87.06%-
XYZ54.0465.6156.27-
YUV205.64116.92110.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.73%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=30.73%
G=37.69%
B=31.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812221860.1800.160.13127.3238.3279.02
HexB5DEBA12010D7f264f
Octal265336272220201517746117
Binary10110101110111101011101010010010000110111111111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEBA; }

 p { color: rgb(181,222,186); }

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

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

 a { background-color: rgb(181,222,186); }

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

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

 span { border-color: rgb(181,222,186); }

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