#B3DAD8

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

Shades of Scandal #B3DAD8

Tints of Scandal #B3DAD8

Color information

#B3DAD8 (or 0xB3DAD8) is unknown color: approx Scandal. HEX triplet: B3, DA and D8. RGB value is (179,218,216). Sum of RGB (Red+Green+Blue) = 179+218+216=613 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.20% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DAD8 is #4C2527. Grayscale: #CECECE. Windows color (decimal): -4990248 or 14211763. OLE color: 14211763.

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

Color convert

RGB179218216-
CMYK0.1800.010.15
HSL176.92º34.51%77.84%-
HSV(B)176.92º17.89%85.49%-
XYZ56.0664.6874.5-
YUV206.11133.58108.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.20%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 216 (84.77% from 255) = 35.24%
R=29.20%
G=35.56%
B=35.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792182160.1800.010.15176.9234.5177.84
HexB3DAD81201Fb1234e
Octal26333233022011726143116
Binary10110011110110101101100010010011111101100011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DAD8; }

 p { color: rgb(179,218,216); }

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

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

 a { background-color: rgb(179,218,216); }

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

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

 span { border-color: rgb(179,218,216); }

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