#B2DAD0

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

Shades of Scandal #B2DAD0

Tints of Scandal #B2DAD0

Color information

#B2DAD0 (or 0xB2DAD0) is unknown color: approx Scandal. HEX triplet: B2, DA and D0. RGB value is (178,218,208). Sum of RGB (Red+Green+Blue) = 178+218+208=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DAD0 is #4D252F. Grayscale: #CCCCCC. Windows color (decimal): -5055792 or 13687474. OLE color: 13687474.

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

Color convert

RGB178218208-
CMYK0.1800.050.15
HSL165º35.09%77.65%-
HSV(B)165º18.35%85.49%-
XYZ54.8264.1669.17-
YUV204.9129.75108.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.47%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=29.47%
G=36.09%
B=34.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782182080.1800.050.1516535.0977.65
HexB2DAD01205Fa5234e
Octal26233232022051724543116
Binary1011001011011010110100001001001011111101001011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DAD0; }

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

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

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

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

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

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

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

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