#B2DBBF

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

Shades of Fringy Flower #B2DBBF

Tints of Fringy Flower #B2DBBF

Color information

#B2DBBF (or 0xB2DBBF) is unknown color: approx Fringy Flower. HEX triplet: B2, DB and BF. RGB value is (178,219,191). Sum of RGB (Red+Green+Blue) = 178+219+191=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBBF is #4D2440. Grayscale: #CBCBCB. Windows color (decimal): -5055553 or 12573618. OLE color: 12573618.

HSL color Cylindrical-coordinate representation of color #B2DBBF: hue angle of 139.02º degrees, saturation: 0.36, 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 #B2DBBF is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB178219191-
CMYK0.1900.130.14
HSL139.02º36.28%77.84%-
HSV(B)139.02º18.72%85.88%-
XYZ53.163.8958.82-
YUV203.55120.92109.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.27%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 191 (75% from 255) = 32.48%
R=30.27%
G=37.24%
B=32.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782191910.1900.130.14139.0236.2877.84
HexB2DBBF130DE8b244e
Octal262333277230151621344116
Binary10110010110110111011111110011011011110100010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DBBF; }

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

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

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

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

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

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

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

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