#B5DCBB

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

Shades of Fringy Flower #B5DCBB

Tints of Fringy Flower #B5DCBB

Color information

#B5DCBB (or 0xB5DCBB) is unknown color: approx Fringy Flower. HEX triplet: B5, DC and BB. RGB value is (181,220,187). Sum of RGB (Red+Green+Blue) = 181+220+187=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCBB is #4A2344. Grayscale: #CCCCCC. Windows color (decimal): -4858693 or 12311733. OLE color: 12311733.

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

Color convert

RGB181220187-
CMYK0.1800.150.14
HSL129.23º35.78%78.63%-
HSV(B)129.23º17.73%86.27%-
XYZ53.6264.656.66-
YUV204.58118.08111.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.78%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=30.78%
G=37.41%
B=31.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201870.1800.150.14129.2335.7878.63
HexB5DCBB120FE81244f
Octal265334273220171620144117
Binary10110101110111001011101110010011111110100000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCBB; }

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

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

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

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

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

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

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

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