#B3D4CD

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

Shades of Scandal #B3D4CD

Tints of Scandal #B3D4CD

Color information

#B3D4CD (or 0xB3D4CD) is unknown color: approx Scandal. HEX triplet: B3, D4 and CD. RGB value is (179,212,205). Sum of RGB (Red+Green+Blue) = 179+212+205=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D4CD is #4C2B32. Grayscale: #C9C9C9. Windows color (decimal): -4991795 or 13489331. OLE color: 13489331.

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

Color convert

RGB179212205-
CMYK0.1600.030.17
HSL167.27º27.73%76.67%-
HSV(B)167.27º15.57%83.14%-
XYZ53.1561.0866.75-
YUV201.33130.07112.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.03%
GREEN value IS 212 (83.20% from 255) = 35.57%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=30.03%
G=35.57%
B=34.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792122050.1600.030.17167.2727.7376.67
HexB3D4CD100311a71c4d
Octal26332431520032124734115
Binary101100111101010011001101100000111000110100111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D4CD; }

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

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

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

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

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

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

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

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