#B3DCD9

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

Shades of Scandal #B3DCD9

Tints of Scandal #B3DCD9

Color information

#B3DCD9 (or 0xB3DCD9) is unknown color: approx Scandal. HEX triplet: B3, DC and D9. RGB value is (179,220,217). Sum of RGB (Red+Green+Blue) = 179+220+217=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCD9 is #4C2326. Grayscale: #CFCFCF. Windows color (decimal): -4989735 or 14277811. OLE color: 14277811.

HSL color Cylindrical-coordinate representation of color #B3DCD9: hue angle of 175.61º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCD9 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB179220217-
CMYK0.1900.010.14
HSL175.61º36.94%78.24%-
HSV(B)175.61º18.64%86.27%-
XYZ56.7165.7875.35-
YUV207.4133.42107.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.06%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 217 (85.16% from 255) = 35.23%
R=29.06%
G=35.71%
B=35.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792202170.1900.010.14175.6136.9478.24
HexB3DCD91301Eb0254e
Octal26333433123011626045116
Binary10110011110111001101100110011011110101100001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DCD9; }

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

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

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

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

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

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

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

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