#B3D9D8

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

Shades of Scandal #B3D9D8

Tints of Scandal #B3D9D8

Color information

#B3D9D8 (or 0xB3D9D8) is unknown color: approx Scandal. HEX triplet: B3, D9 and D8. RGB value is (179,217,216). Sum of RGB (Red+Green+Blue) = 179+217+216=612 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.25% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D9D8 is #4C2627. Grayscale: #CDCDCD. Windows color (decimal): -4990504 or 14211507. OLE color: 14211507.

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

Color convert

RGB179217216-
CMYK0.1800.000.15
HSL178.42º33.33%77.65%-
HSV(B)178.42º17.51%85.1%-
XYZ55.864.1774.41-
YUV205.52133.91109.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.25%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 216 (84.77% from 255) = 35.29%
R=29.25%
G=35.46%
B=35.29%

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
Decimal1792172160.1800.000.15178.4233.3377.65
HexB3D9D81200Fb2214e
Octal26333133022001726241116
Binary10110011110110011101100010010001111101100101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D9D8; }

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

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

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

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

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

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

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

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