#B3D8CD

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

Shades of Scandal #B3D8CD

Tints of Scandal #B3D8CD

Color information

#B3D8CD (or 0xB3D8CD) is unknown color: approx Scandal. HEX triplet: B3, D8 and CD. RGB value is (179,216,205). Sum of RGB (Red+Green+Blue) = 179+216+205=600 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.83% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D8CD is #4C2732. Grayscale: #CBCBCB. Windows color (decimal): -4990771 or 13490355. OLE color: 13490355.

HSL color Cylindrical-coordinate representation of color #B3D8CD: hue angle of 162.16º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3D8CD is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB179216205-
CMYK0.1700.050.15
HSL162.16º32.17%77.45%-
HSV(B)162.16º17.13%84.71%-
XYZ54.1763.167.08-
YUV203.68128.74110.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.83%
GREEN value IS 216 (84.77% from 255) = 36%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=29.83%
G=36%
B=34.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792162050.1700.050.15162.1632.1777.45
HexB3D8CD1105Fa2204d
Octal26333031521051724240115
Binary1011001111011000110011011000101011111101000101000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D8CD; }

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

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

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

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

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

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

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

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