#B4DCD6

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

Shades of Scandal #B4DCD6

Tints of Scandal #B4DCD6

Color information

#B4DCD6 (or 0xB4DCD6) is unknown color: approx Scandal. HEX triplet: B4, DC and D6. RGB value is (180,220,214). Sum of RGB (Red+Green+Blue) = 180+220+214=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCD6 is #4B2329. Grayscale: #CFCFCF. Windows color (decimal): -4924202 or 14081204. OLE color: 14081204.

HSL color Cylindrical-coordinate representation of color #B4DCD6: hue angle of 171º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCD6 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB180220214-
CMYK0.1800.030.14
HSL171º36.36%78.43%-
HSV(B)171º18.18%86.27%-
XYZ56.5565.7473.33-
YUV207.36131.75108.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.32%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 214 (83.98% from 255) = 34.85%
R=29.32%
G=35.83%
B=34.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802202140.1800.030.1417136.3678.43
HexB4DCD61203Eab244e
Octal26433432622031625344116
Binary101101001101110011010110100100111110101010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCD6; }

 p { color: rgb(180,220,214); }

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

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

 a { background-color: rgb(180,220,214); }

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

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

 span { border-color: rgb(180,220,214); }

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