#B5DCDA

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

Shades of Scandal #B5DCDA

Tints of Scandal #B5DCDA

Color information

#B5DCDA (or 0xB5DCDA) is unknown color: approx Scandal. HEX triplet: B5, DC and DA. RGB value is (181,220,218). Sum of RGB (Red+Green+Blue) = 181+220+218=619 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.24% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCDA is #4A2325. Grayscale: #D0D0D0. Windows color (decimal): -4858662 or 14343349. OLE color: 14343349.

HSL color Cylindrical-coordinate representation of color #B5DCDA: hue angle of 176.92º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCDA is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB181220218-
CMYK0.1800.010.14
HSL176.92º35.78%78.63%-
HSV(B)176.92º17.73%86.27%-
XYZ57.366.0776.06-
YUV208.11133.58108.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.24%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 218 (85.55% from 255) = 35.22%
R=29.24%
G=35.54%
B=35.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812202180.1800.010.14176.9235.7878.63
HexB5DCDA1201Eb1244f
Octal26533433222011626144117
Binary10110101110111001101101010010011110101100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCDA; }

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

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

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

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

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

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

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

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