#B5DDBB

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

Shades of Fringy Flower #B5DDBB

Tints of Fringy Flower #B5DDBB

Color information

#B5DDBB (or 0xB5DDBB) is unknown color: approx Fringy Flower. HEX triplet: B5, DD and BB. RGB value is (181,221,187). Sum of RGB (Red+Green+Blue) = 181+221+187=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DDBB is #4A2244. Grayscale: #CDCDCD. Windows color (decimal): -4858437 or 12311989. OLE color: 12311989.

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

Color convert

RGB181221187-
CMYK0.1800.150.13
HSL129º37.04%78.82%-
HSV(B)129º18.1%86.67%-
XYZ53.8865.1256.74-
YUV205.16117.75110.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.73%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=30.73%
G=37.52%
B=31.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812211870.1800.150.1312937.0478.82
HexB5DDBB120FD81254f
Octal265335273220171520145117
Binary10110101110111011011101110010011111101100000011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DDBB; }

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

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

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

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

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

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

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

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