#B7DCD7

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

Shades of Scandal #B7DCD7

Tints of Scandal #B7DCD7

Color information

#B7DCD7 (or 0xB7DCD7) is unknown color: approx Scandal. HEX triplet: B7, DC and D7. RGB value is (183,220,215). Sum of RGB (Red+Green+Blue) = 183+220+215=618 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.61% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCD7 is #482328. Grayscale: #D0D0D0. Windows color (decimal): -4727593 or 14146743. OLE color: 14146743.

HSL color Cylindrical-coordinate representation of color #B7DCD7: hue angle of 171.89º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCD7 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB183220215-
CMYK0.1700.020.14
HSL171.89º34.58%79.02%-
HSV(B)171.89º16.82%86.27%-
XYZ57.3966.1674.04-
YUV208.37131.74109.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.61%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 215 (84.38% from 255) = 34.79%
R=29.61%
G=35.60%
B=34.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832202150.1700.020.14171.8934.5879.02
HexB7DCD71102Eac234f
Octal26733432721021625443117
Binary101101111101110011010111100010101110101011001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DCD7; }

 p { color: rgb(183,220,215); }

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

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

 a { background-color: rgb(183,220,215); }

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

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

 span { border-color: rgb(183,220,215); }

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