#B4DEDA

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

Shades of Scandal #B4DEDA

Tints of Scandal #B4DEDA

Color information

#B4DEDA (or 0xB4DEDA) is unknown color: approx Scandal. HEX triplet: B4, DE and DA. RGB value is (180,222,218). Sum of RGB (Red+Green+Blue) = 180+222+218=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEDA is #4B2125. Grayscale: #D0D0D0. Windows color (decimal): -4923686 or 14343860. OLE color: 14343860.

HSL color Cylindrical-coordinate representation of color #B4DEDA: hue angle of 174.29º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DEDA is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB180222218-
CMYK0.1900.020.13
HSL174.29º38.89%78.82%-
HSV(B)174.29º18.92%87.06%-
XYZ57.667.0176.23-
YUV208.99133.09107.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.03%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=29.03%
G=35.81%
B=35.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802222180.1900.020.13174.2938.8978.82
HexB4DEDA1302Dae274f
Octal26433633223021525647117
Binary101101001101111011011010100110101101101011101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEDA; }

 p { color: rgb(180,222,218); }

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

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

 a { background-color: rgb(180,222,218); }

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

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

 span { border-color: rgb(180,222,218); }

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