#B2DABE

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

Shades of Fringy Flower #B2DABE

Tints of Fringy Flower #B2DABE

Color information

#B2DABE (or 0xB2DABE) is unknown color: approx Fringy Flower. HEX triplet: B2, DA and BE. RGB value is (178,218,190). Sum of RGB (Red+Green+Blue) = 178+218+190=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DABE is #4D2541. Grayscale: #CACACA. Windows color (decimal): -5055810 or 12507826. OLE color: 12507826.

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

Color convert

RGB178218190-
CMYK0.1800.130.15
HSL138º35.09%77.65%-
HSV(B)138º18.35%85.49%-
XYZ52.7363.3358.16-
YUV202.85120.75110.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.38%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=30.38%
G=37.20%
B=32.42%

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
Decimal1782181900.1800.130.1513835.0977.65
HexB2DABE120DF8a234e
Octal262332276220151721243116
Binary10110010110110101011111010010011011111100010101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DABE; }

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

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

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

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

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

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

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

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