#B2D7CE

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

Shades of Scandal #B2D7CE

Tints of Scandal #B2D7CE

Color information

#B2D7CE (or 0xB2D7CE) is unknown color: approx Scandal. HEX triplet: B2, D7 and CE. RGB value is (178,215,206). Sum of RGB (Red+Green+Blue) = 178+215+206=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D7CE is #4D2831. Grayscale: #CACACA. Windows color (decimal): -5056562 or 13555634. OLE color: 13555634.

HSL color Cylindrical-coordinate representation of color #B2D7CE: hue angle of 165.41º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2D7CE is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB178215206-
CMYK0.1700.040.16
HSL165.41º31.62%77.06%-
HSV(B)165.41º17.21%84.31%-
XYZ53.862.5267.62-
YUV202.91129.74110.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.72%
GREEN value IS 215 (84.38% from 255) = 35.89%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=29.72%
G=35.89%
B=34.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782152060.1700.040.16165.4131.6277.06
HexB2D7CE110410a5204d
Octal26232731621042024540115
Binary10110010110101111100111010001010010000101001011000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D7CE; }

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

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

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

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

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

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

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

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