#B2DCBA

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

Shades of Fringy Flower #B2DCBA

Tints of Fringy Flower #B2DCBA

Color information

#B2DCBA (or 0xB2DCBA) is unknown color: approx Fringy Flower. HEX triplet: B2, DC and BA. RGB value is (178,220,186). Sum of RGB (Red+Green+Blue) = 178+220+186=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCBA is #4D2345. Grayscale: #CBCBCB. Windows color (decimal): -5055302 or 12246194. OLE color: 12246194.

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

Color convert

RGB178220186-
CMYK0.1900.150.14
HSL131.43º37.5%78.04%-
HSV(B)131.43º19.09%86.27%-
XYZ52.8264.256.06-
YUV203.57118.09109.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.48%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=30.48%
G=37.67%
B=31.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782201860.1900.150.14131.4337.578.04
HexB2DCBA130FE83264e
Octal262334272230171620346116
Binary10110010110111001011101010011011111110100000111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DCBA; }

 p { color: rgb(178,220,186); }

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

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

 a { background-color: rgb(178,220,186); }

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

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

 span { border-color: rgb(178,220,186); }

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