#B2D9CE

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

Shades of Scandal #B2D9CE

Tints of Scandal #B2D9CE

Color information

#B2D9CE (or 0xB2D9CE) is unknown color: approx Scandal. HEX triplet: B2, D9 and CE. RGB value is (178,217,206). Sum of RGB (Red+Green+Blue) = 178+217+206=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D9CE is #4D2631. Grayscale: #CCCCCC. Windows color (decimal): -5056050 or 13556146. OLE color: 13556146.

HSL color Cylindrical-coordinate representation of color #B2D9CE: hue angle of 163.08º degrees, saturation: 0.34, 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 #B2D9CE is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB178217206-
CMYK0.1800.050.15
HSL163.08º33.91%77.45%-
HSV(B)163.08º17.97%85.1%-
XYZ54.3163.5567.8-
YUV204.08129.08109.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.62%
GREEN value IS 217 (85.16% from 255) = 36.11%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=29.62%
G=36.11%
B=34.28%

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
Decimal1782172060.1800.050.15163.0833.9177.45
HexB2D9CE1205Fa3224d
Octal26233131622051724342115
Binary1011001011011001110011101001001011111101000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D9CE; }

 p { color: rgb(178,217,206); }

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

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

 a { background-color: rgb(178,217,206); }

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

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

 span { border-color: rgb(178,217,206); }

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