#B2DABD

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

Shades of Fringy Flower #B2DABD

Tints of Fringy Flower #B2DABD

Color information

#B2DABD (or 0xB2DABD) is unknown color: approx Fringy Flower. HEX triplet: B2, DA and BD. RGB value is (178,218,189). Sum of RGB (Red+Green+Blue) = 178+218+189=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DABD is #4D2542. Grayscale: #CACACA. Windows color (decimal): -5055811 or 12442290. OLE color: 12442290.

HSL color Cylindrical-coordinate representation of color #B2DABD: hue angle of 136.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 #B2DABD is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB178218189-
CMYK0.1800.130.15
HSL136.5º35.09%77.65%-
HSV(B)136.5º18.35%85.49%-
XYZ52.6263.2857.59-
YUV202.73120.25110.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.43%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=30.43%
G=37.26%
B=32.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782181890.1800.130.15136.535.0977.65
HexB2DABD120DF88234e
Octal262332275220151721043116
Binary10110010110110101011110110010011011111100010001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DABD; }

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

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

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

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

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

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

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

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