#B2DFB6

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

Shades of Fringy Flower #B2DFB6

Tints of Fringy Flower #B2DFB6

Color information

#B2DFB6 (or 0xB2DFB6) is unknown color: approx Fringy Flower. HEX triplet: B2, DF and B6. RGB value is (178,223,182). Sum of RGB (Red+Green+Blue) = 178+223+182=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFB6 is #4D2049. Grayscale: #CCCCCC. Windows color (decimal): -5054538 or 11984818. OLE color: 11984818.

HSL color Cylindrical-coordinate representation of color #B2DFB6: hue angle of 125.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DFB6 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB178223182-
CMYK0.2000.180.13
HSL125.33º41.28%78.63%-
HSV(B)125.33º20.18%87.45%-
XYZ53.1965.6254.12-
YUV204.87115.09108.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.53%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=30.53%
G=38.25%
B=31.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782231820.2000.180.13125.3341.2878.63
HexB2DFB614012D7d294f
Octal262337266240221517551117
Binary10110010110111111011011010100010010110111111011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DFB6; }

 p { color: rgb(178,223,182); }

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

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

 a { background-color: rgb(178,223,182); }

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

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

 span { border-color: rgb(178,223,182); }

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