#B3DAD9

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

Shades of Scandal #B3DAD9

Tints of Scandal #B3DAD9

Color information

#B3DAD9 (or 0xB3DAD9) is unknown color: approx Scandal. HEX triplet: B3, DA and D9. RGB value is (179,218,217). Sum of RGB (Red+Green+Blue) = 179+218+217=614 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.15% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DAD9 is #4C2526. Grayscale: #CECECE. Windows color (decimal): -4990247 or 14277299. OLE color: 14277299.

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

Color convert

RGB179218217-
CMYK0.1800.000.15
HSL178.46º34.51%77.84%-
HSV(B)178.46º17.89%85.49%-
XYZ56.1964.7475.18-
YUV206.22134.08108.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.15%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=29.15%
G=35.50%
B=35.34%

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
Decimal1792182170.1800.000.15178.4634.5177.84
HexB3DAD91200Fb2234e
Octal26333233122001726243116
Binary10110011110110101101100110010001111101100101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DAD9; }

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

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

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

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

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

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

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

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