#B2DCD6

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

Shades of Scandal #B2DCD6

Tints of Scandal #B2DCD6

Color information

#B2DCD6 (or 0xB2DCD6) is unknown color: approx Scandal. HEX triplet: B2, DC and D6. RGB value is (178,220,214). Sum of RGB (Red+Green+Blue) = 178+220+214=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCD6 is #4D2329. Grayscale: #CECECE. Windows color (decimal): -5055274 or 14081202. OLE color: 14081202.

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

Color convert

RGB178220214-
CMYK0.1900.030.14
HSL171.43º37.5%78.04%-
HSV(B)171.43º19.09%86.27%-
XYZ56.0965.5173.31-
YUV206.76132.09107.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.08%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 214 (83.98% from 255) = 34.97%
R=29.08%
G=35.95%
B=34.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782202140.1900.030.14171.4337.578.04
HexB2DCD61303Eab264e
Octal26233432623031625346116
Binary101100101101110011010110100110111110101010111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DCD6; }

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

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

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

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

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

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

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

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