#B5DCBD

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

Shades of Fringy Flower #B5DCBD

Tints of Fringy Flower #B5DCBD

Color information

#B5DCBD (or 0xB5DCBD) is unknown color: approx Fringy Flower. HEX triplet: B5, DC and BD. RGB value is (181,220,189). Sum of RGB (Red+Green+Blue) = 181+220+189=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCBD is #4A2342. Grayscale: #CCCCCC. Windows color (decimal): -4858691 or 12442805. OLE color: 12442805.

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

Color convert

RGB181220189-
CMYK0.1800.140.14
HSL132.31º35.78%78.63%-
HSV(B)132.31º17.73%86.27%-
XYZ53.8364.6857.79-
YUV204.8119.08111.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.68%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=30.68%
G=37.29%
B=32.03%

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
Decimal1812201890.1800.140.14132.3135.7878.63
HexB5DCBD120EE84244f
Octal265334275220161620444117
Binary10110101110111001011110110010011101110100001001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCBD; }

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

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

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

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

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

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

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

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