#B2D8CD

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

Shades of Scandal #B2D8CD

Tints of Scandal #B2D8CD

Color information

#B2D8CD (or 0xB2D8CD) is unknown color: approx Scandal. HEX triplet: B2, D8 and CD. RGB value is (178,216,205). Sum of RGB (Red+Green+Blue) = 178+216+205=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D8CD is #4D2732. Grayscale: #CBCBCB. Windows color (decimal): -5056307 or 13490354. OLE color: 13490354.

HSL color Cylindrical-coordinate representation of color #B2D8CD: hue angle of 162.63º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2D8CD is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB178216205-
CMYK0.1800.050.15
HSL162.63º32.76%77.25%-
HSV(B)162.63º17.59%84.71%-
XYZ53.9462.9867.07-
YUV203.38128.91109.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.72%
GREEN value IS 216 (84.77% from 255) = 36.06%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=29.72%
G=36.06%
B=34.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1782162050.1800.050.15162.6332.7677.25
HexB2D8CD1205Fa3214d
Octal26233031522051724341115
Binary1011001011011000110011011001001011111101000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D8CD; }

 p { color: rgb(178,216,205); }

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

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

 a { background-color: rgb(178,216,205); }

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

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

 span { border-color: rgb(178,216,205); }

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