#B2DAD9

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

Shades of Scandal #B2DAD9

Tints of Scandal #B2DAD9

Color information

#B2DAD9 (or 0xB2DAD9) is unknown color: approx Scandal. HEX triplet: B2, DA and D9. RGB value is (178,218,217). Sum of RGB (Red+Green+Blue) = 178+218+217=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DAD9 is #4D2526. Grayscale: #CDCDCD. Windows color (decimal): -5055783 or 14277298. OLE color: 14277298.

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

Color convert

RGB178218217-
CMYK0.1800.000.15
HSL178.5º35.09%77.65%-
HSV(B)178.5º18.35%85.49%-
XYZ55.9664.6275.17-
YUV205.93134.25108.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.04%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 217 (85.16% from 255) = 35.40%
R=29.04%
G=35.56%
B=35.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782182170.1800.000.15178.535.0977.65
HexB2DAD91200Fb2234e
Octal26233233122001726243116
Binary10110010110110101101100110010001111101100101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DAD9; }

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

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

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

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

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

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

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

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