#B2DDBF

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

Shades of Fringy Flower #B2DDBF

Tints of Fringy Flower #B2DDBF

Color information

#B2DDBF (or 0xB2DDBF) is unknown color: approx Fringy Flower. HEX triplet: B2, DD and BF. RGB value is (178,221,191). Sum of RGB (Red+Green+Blue) = 178+221+191=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDBF is #4D2240. Grayscale: #CCCCCC. Windows color (decimal): -5055041 or 12574130. OLE color: 12574130.

HSL color Cylindrical-coordinate representation of color #B2DDBF: hue angle of 138.14º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DDBF is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB178221191-
CMYK0.1900.140.13
HSL138.14º38.74%78.24%-
HSV(B)138.14º19.46%86.67%-
XYZ53.6264.9459-
YUV204.72120.25108.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.17%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 191 (75% from 255) = 32.37%
R=30.17%
G=37.46%
B=32.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782211910.1900.140.13138.1438.7478.24
HexB2DDBF130ED8a274e
Octal262335277230161521247116
Binary10110010110111011011111110011011101101100010101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DDBF; }

 p { color: rgb(178,221,191); }

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

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

 a { background-color: rgb(178,221,191); }

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

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

 span { border-color: rgb(178,221,191); }

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