#B6DAD3

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

Shades of Scandal #B6DAD3

Tints of Scandal #B6DAD3

Color information

#B6DAD3 (or 0xB6DAD3) is unknown color: approx Scandal. HEX triplet: B6, DA and D3. RGB value is (182,218,211). Sum of RGB (Red+Green+Blue) = 182+218+211=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DAD3 is #49252C. Grayscale: #CECECE. Windows color (decimal): -4793645 or 13884086. OLE color: 13884086.

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

Color convert

RGB182218211-
CMYK0.1700.030.15
HSL168.33º32.73%78.43%-
HSV(B)168.33º16.51%85.49%-
XYZ56.1264.7971.18-
YUV206.44130.57110.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.79%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 211 (82.81% from 255) = 34.53%
R=29.79%
G=35.68%
B=34.53%

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
Decimal1822182110.1700.030.15168.3332.7378.43
HexB6DAD31103Fa8214e
Octal26633232321031725041116
Binary101101101101101011010011100010111111101010001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DAD3; }

 p { color: rgb(182,218,211); }

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

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

 a { background-color: rgb(182,218,211); }

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

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

 span { border-color: rgb(182,218,211); }

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