#B5DEBB

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

Shades of Fringy Flower #B5DEBB

Tints of Fringy Flower #B5DEBB

Color information

#B5DEBB (or 0xB5DEBB) is unknown color: approx Fringy Flower. HEX triplet: B5, DE and BB. RGB value is (181,222,187). Sum of RGB (Red+Green+Blue) = 181+222+187=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DEBB is #4A2144. Grayscale: #CDCDCD. Windows color (decimal): -4858181 or 12312245. OLE color: 12312245.

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

Color convert

RGB181222187-
CMYK0.1800.160.13
HSL128.78º38.32%79.02%-
HSV(B)128.78º18.47%87.06%-
XYZ54.1565.6556.83-
YUV205.75117.42110.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.68%
GREEN value IS 222 (87.11% from 255) = 37.63%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=30.68%
G=37.63%
B=31.69%

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
Decimal1812221870.1800.160.13128.7838.3279.02
HexB5DEBB12010D81264f
Octal265336273220201520146117
Binary101101011101111010111011100100100001101100000011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEBB; }

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

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

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

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

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

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

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

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