#B4D9D7

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

Shades of Scandal #B4D9D7

Tints of Scandal #B4D9D7

Color information

#B4D9D7 (or 0xB4D9D7) is unknown color: approx Scandal. HEX triplet: B4, D9 and D7. RGB value is (180,217,215). Sum of RGB (Red+Green+Blue) = 180+217+215=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D9D7 is #4B2628. Grayscale: #CDCDCD. Windows color (decimal): -4924969 or 14145972. OLE color: 14145972.

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

Color convert

RGB180217215-
CMYK0.1700.010.15
HSL176.76º32.74%77.84%-
HSV(B)176.76º17.05%85.1%-
XYZ55.964.2473.74-
YUV205.71133.24109.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.41%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 215 (84.38% from 255) = 35.13%
R=29.41%
G=35.46%
B=35.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802172150.1700.010.15176.7632.7477.84
HexB4D9D71101Fb1214e
Octal26433132721011726141116
Binary10110100110110011101011110001011111101100011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D9D7; }

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

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

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

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

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

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

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

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