#B4D8D1

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

Shades of Scandal #B4D8D1

Tints of Scandal #B4D8D1

Color information

#B4D8D1 (or 0xB4D8D1) is unknown color: approx Scandal. HEX triplet: B4, D8 and D1. RGB value is (180,216,209). Sum of RGB (Red+Green+Blue) = 180+216+209=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D8D1 is #4B272E. Grayscale: #CCCCCC. Windows color (decimal): -4925231 or 13752500. OLE color: 13752500.

HSL color Cylindrical-coordinate representation of color #B4D8D1: hue angle of 168.33º degrees, saturation: 0.32, 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 #B4D8D1 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB180216209-
CMYK0.1700.030.15
HSL168.33º31.58%77.65%-
HSV(B)168.33º16.67%84.71%-
XYZ54.8963.4269.67-
YUV204.44130.57110.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.75%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=29.75%
G=35.70%
B=34.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802162090.1700.030.15168.3331.5877.65
HexB4D8D11103Fa8204e
Octal26433032121031725040116
Binary101101001101100011010001100010111111101010001000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D8D1; }

 p { color: rgb(180,216,209); }

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

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

 a { background-color: rgb(180,216,209); }

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

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

 span { border-color: rgb(180,216,209); }

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