#B2DABB

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

Shades of Fringy Flower #B2DABB

Tints of Fringy Flower #B2DABB

Color information

#B2DABB (or 0xB2DABB) is unknown color: approx Fringy Flower. HEX triplet: B2, DA and BB. RGB value is (178,218,187). Sum of RGB (Red+Green+Blue) = 178+218+187=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DABB is #4D2544. Grayscale: #CACACA. Windows color (decimal): -5055813 or 12311218. OLE color: 12311218.

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

Color convert

RGB178218187-
CMYK0.1800.140.15
HSL133.5º35.09%77.65%-
HSV(B)133.5º18.35%85.49%-
XYZ52.463.256.45-
YUV202.51119.25110.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.53%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=30.53%
G=37.39%
B=32.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782181870.1800.140.15133.535.0977.65
HexB2DABB120EF86234e
Octal262332273220161720643116
Binary10110010110110101011101110010011101111100001101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DABB; }

 p { color: rgb(178,218,187); }

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

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

 a { background-color: rgb(178,218,187); }

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

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

 span { border-color: rgb(178,218,187); }

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