#B3D7CD

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

Shades of Scandal #B3D7CD

Tints of Scandal #B3D7CD

Color information

#B3D7CD (or 0xB3D7CD) is unknown color: approx Scandal. HEX triplet: B3, D7 and CD. RGB value is (179,215,205). Sum of RGB (Red+Green+Blue) = 179+215+205=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D7CD is #4C2832. Grayscale: #CBCBCB. Windows color (decimal): -4991027 or 13490099. OLE color: 13490099.

HSL color Cylindrical-coordinate representation of color #B3D7CD: hue angle of 163.33º 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 #B3D7CD is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB179215205-
CMYK0.1700.050.16
HSL163.33º31.03%77.25%-
HSV(B)163.33º16.74%84.31%-
XYZ53.9162.5967-
YUV203.1129.07110.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.88%
GREEN value IS 215 (84.38% from 255) = 35.89%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=29.88%
G=35.89%
B=34.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792152050.1700.050.16163.3331.0377.25
HexB3D7CD110510a31f4d
Octal26332731521052024337115
Binary1011001111010111110011011000101011000010100011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D7CD; }

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

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

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

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

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

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

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

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