#B5DEDA

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

Shades of Scandal #B5DEDA

Tints of Scandal #B5DEDA

Color information

#B5DEDA (or 0xB5DEDA) is unknown color: approx Scandal. HEX triplet: B5, DE and DA. RGB value is (181,222,218). Sum of RGB (Red+Green+Blue) = 181+222+218=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DEDA is #4A2125. Grayscale: #D1D1D1. Windows color (decimal): -4858150 or 14343861. OLE color: 14343861.

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

Color convert

RGB181222218-
CMYK0.1800.020.13
HSL174.15º38.32%79.02%-
HSV(B)174.15º18.47%87.06%-
XYZ57.8367.1376.24-
YUV209.28132.92107.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.15%
GREEN value IS 222 (87.11% from 255) = 35.75%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=29.15%
G=35.75%
B=35.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812222180.1800.020.13174.1538.3279.02
HexB5DEDA1202Dae264f
Octal26533633222021525646117
Binary101101011101111011011010100100101101101011101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEDA; }

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

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

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

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

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

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

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

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