#B5DCBE

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

Shades of Fringy Flower #B5DCBE

Tints of Fringy Flower #B5DCBE

Color information

#B5DCBE (or 0xB5DCBE) is unknown color: approx Fringy Flower. HEX triplet: B5, DC and BE. RGB value is (181,220,190). Sum of RGB (Red+Green+Blue) = 181+220+190=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCBE is #4A2341. Grayscale: #CCCCCC. Windows color (decimal): -4858690 or 12508341. OLE color: 12508341.

HSL color Cylindrical-coordinate representation of color #B5DCBE: hue angle of 133.85º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCBE is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB181220190-
CMYK0.1800.140.14
HSL133.85º35.78%78.63%-
HSV(B)133.85º17.73%86.27%-
XYZ53.9464.7358.37-
YUV204.92119.58110.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.63%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 190 (74.61% from 255) = 32.15%
R=30.63%
G=37.23%
B=32.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201900.1800.140.14133.8535.7878.63
HexB5DCBE120EE86244f
Octal265334276220161620644117
Binary10110101110111001011111010010011101110100001101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCBE; }

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

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

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

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

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

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

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

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