#B5DFDC

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

Shades of Scandal #B5DFDC

Tints of Scandal #B5DFDC

Color information

#B5DFDC (or 0xB5DFDC) is unknown color: approx Scandal. HEX triplet: B5, DF and DC. RGB value is (181,223,220). Sum of RGB (Red+Green+Blue) = 181+223+220=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFDC is #4A2023. Grayscale: #D2D2D2. Windows color (decimal): -4857892 or 14475189. OLE color: 14475189.

HSL color Cylindrical-coordinate representation of color #B5DFDC: hue angle of 175.71º degrees, saturation: 0.4, 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 #B5DFDC is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB181223220-
CMYK0.1900.010.13
HSL175.71º39.62%79.22%-
HSV(B)175.71º18.83%87.45%-
XYZ58.3667.7777.71-
YUV210.1133.59107.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.01%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=29.01%
G=35.74%
B=35.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812232200.1900.010.13175.7139.6279.22
HexB5DFDC1301Db0284f
Octal26533733423011526050117
Binary10110101110111111101110010011011101101100001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DFDC; }

 p { color: rgb(181,223,220); }

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

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

 a { background-color: rgb(181,223,220); }

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

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

 span { border-color: rgb(181,223,220); }

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