#B5DEBE

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

Shades of Fringy Flower #B5DEBE

Tints of Fringy Flower #B5DEBE

Color information

#B5DEBE (or 0xB5DEBE) is unknown color: approx Fringy Flower. HEX triplet: B5, DE and BE. RGB value is (181,222,190). Sum of RGB (Red+Green+Blue) = 181+222+190=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DEBE is #4A2141. Grayscale: #CECECE. Windows color (decimal): -4858178 or 12508853. OLE color: 12508853.

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

Color convert

RGB181222190-
CMYK0.1800.140.13
HSL133.17º38.32%79.02%-
HSV(B)133.17º18.47%87.06%-
XYZ54.4765.7858.54-
YUV206.09118.92110.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.52%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=30.52%
G=37.44%
B=32.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812221900.1800.140.13133.1738.3279.02
HexB5DEBE120ED85264f
Octal265336276220161520546117
Binary10110101110111101011111010010011101101100001011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEBE; }

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

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

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

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

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

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

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

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