#B3DCD6

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

Shades of Scandal #B3DCD6

Tints of Scandal #B3DCD6

Color information

#B3DCD6 (or 0xB3DCD6) is unknown color: approx Scandal. HEX triplet: B3, DC and D6. RGB value is (179,220,214). Sum of RGB (Red+Green+Blue) = 179+220+214=613 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.20% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCD6 is #4C2329. Grayscale: #CFCFCF. Windows color (decimal): -4989738 or 14081203. OLE color: 14081203.

HSL color Cylindrical-coordinate representation of color #B3DCD6: hue angle of 171.22º 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 #B3DCD6 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB179220214-
CMYK0.1900.030.14
HSL171.22º36.94%78.24%-
HSV(B)171.22º18.64%86.27%-
XYZ56.3265.6373.32-
YUV207.06131.92107.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.20%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 214 (83.98% from 255) = 34.91%
R=29.20%
G=35.89%
B=34.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792202140.1900.030.14171.2236.9478.24
HexB3DCD61303Eab254e
Octal26333432623031625345116
Binary101100111101110011010110100110111110101010111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DCD6; }

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

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

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

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

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

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

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

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