#B3D6CD

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

Shades of Scandal #B3D6CD

Tints of Scandal #B3D6CD

Color information

#B3D6CD (or 0xB3D6CD) is unknown color: approx Scandal. HEX triplet: B3, D6 and CD. RGB value is (179,214,205). Sum of RGB (Red+Green+Blue) = 179+214+205=598 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.93% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D6CD is #4C2932. Grayscale: #CACACA. Windows color (decimal): -4991283 or 13489843. OLE color: 13489843.

HSL color Cylindrical-coordinate representation of color #B3D6CD: hue angle of 164.57º degrees, saturation: 0.3, 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 #B3D6CD is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB179214205-
CMYK0.1600.040.16
HSL164.57º29.91%77.06%-
HSV(B)164.57º16.36%83.92%-
XYZ53.6662.0866.91-
YUV202.51129.4111.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.93%
GREEN value IS 214 (83.98% from 255) = 35.79%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=29.93%
G=35.79%
B=34.28%

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
Decimal1792142050.1600.040.16164.5729.9177.06
HexB3D6CD100410a51e4d
Octal26332631520042024536115
Binary1011001111010110110011011000001001000010100101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D6CD; }

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

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

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

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

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

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

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

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