#B2DFDC

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

Shades of Scandal #B2DFDC

Tints of Scandal #B2DFDC

Color information

#B2DFDC (or 0xB2DFDC) is unknown color: approx Scandal. HEX triplet: B2, DF and DC. RGB value is (178,223,220). Sum of RGB (Red+Green+Blue) = 178+223+220=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFDC is #4D2023. Grayscale: #D1D1D1. Windows color (decimal): -5054500 or 14475186. OLE color: 14475186.

HSL color Cylindrical-coordinate representation of color #B2DFDC: hue angle of 176º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DFDC is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB178223220-
CMYK0.2000.010.13
HSL176º41.28%78.63%-
HSV(B)176º20.18%87.45%-
XYZ57.6767.4177.68-
YUV209.2134.09105.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.66%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=28.66%
G=35.91%
B=35.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782232200.2000.010.1317641.2878.63
HexB2DFDC1401Db0294f
Octal26233733424011526051117
Binary10110010110111111101110010100011101101100001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DFDC; }

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

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

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

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

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

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

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

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