#B4DCD7

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

Shades of Scandal #B4DCD7

Tints of Scandal #B4DCD7

Color information

#B4DCD7 (or 0xB4DCD7) is unknown color: approx Scandal. HEX triplet: B4, DC and D7. RGB value is (180,220,215). Sum of RGB (Red+Green+Blue) = 180+220+215=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCD7 is #4B2328. Grayscale: #CFCFCF. Windows color (decimal): -4924201 or 14146740. OLE color: 14146740.

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

Color convert

RGB180220215-
CMYK0.1800.020.14
HSL172.5º36.36%78.43%-
HSV(B)172.5º18.18%86.27%-
XYZ56.6865.874-
YUV207.47132.25108.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.27%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 215 (84.38% from 255) = 34.96%
R=29.27%
G=35.77%
B=34.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802202150.1800.020.14172.536.3678.43
HexB4DCD71202Eac244e
Octal26433432722021625444116
Binary101101001101110011010111100100101110101011001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCD7; }

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

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

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

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

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

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

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

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