#B3D7CE

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

Shades of Scandal #B3D7CE

Tints of Scandal #B3D7CE

Color information

#B3D7CE (or 0xB3D7CE) is unknown color: approx Scandal. HEX triplet: B3, D7 and CE. RGB value is (179,215,206). Sum of RGB (Red+Green+Blue) = 179+215+206=600 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.83% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D7CE is #4C2831. Grayscale: #CBCBCB. Windows color (decimal): -4991026 or 13555635. OLE color: 13555635.

HSL color Cylindrical-coordinate representation of color #B3D7CE: hue angle of 165º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3D7CE is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB179215206-
CMYK0.1700.040.16
HSL165º31.03%77.25%-
HSV(B)165º16.74%84.31%-
XYZ54.0362.6467.64-
YUV203.21129.57110.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.83%
GREEN value IS 215 (84.38% from 255) = 35.83%
BLUE value IS 206 (80.86% from 255) = 34.33%
R=29.83%
G=35.83%
B=34.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792152060.1700.040.1616531.0377.25
HexB3D7CE110410a51f4d
Octal26332731621042024537115
Binary1011001111010111110011101000101001000010100101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D7CE; }

 p { color: rgb(179,215,206); }

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

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

 a { background-color: rgb(179,215,206); }

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

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

 span { border-color: rgb(179,215,206); }

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