#B3D5CD

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

Shades of Scandal #B3D5CD

Tints of Scandal #B3D5CD

Color information

#B3D5CD (or 0xB3D5CD) is unknown color: approx Scandal. HEX triplet: B3, D5 and CD. RGB value is (179,213,205). Sum of RGB (Red+Green+Blue) = 179+213+205=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D5CD is #4C2A32. Grayscale: #C9C9C9. Windows color (decimal): -4991539 or 13489587. OLE color: 13489587.

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

Color convert

RGB179213205-
CMYK0.1600.040.16
HSL165.88º28.81%76.86%-
HSV(B)165.88º15.96%83.53%-
XYZ53.461.5866.83-
YUV201.92129.74111.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.98%
GREEN value IS 213 (83.59% from 255) = 35.68%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=29.98%
G=35.68%
B=34.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792132050.1600.040.16165.8828.8176.86
HexB3D5CD100410a61d4d
Octal26332531520042024635115
Binary1011001111010101110011011000001001000010100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D5CD; }

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

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

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

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

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

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

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

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