#B3DAD1

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

Shades of Scandal #B3DAD1

Tints of Scandal #B3DAD1

Color information

#B3DAD1 (or 0xB3DAD1) is unknown color: approx Scandal. HEX triplet: B3, DA and D1. RGB value is (179,218,209). Sum of RGB (Red+Green+Blue) = 179+218+209=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DAD1 is #4C252E. Grayscale: #CDCDCD. Windows color (decimal): -4990255 or 13753011. OLE color: 13753011.

HSL color Cylindrical-coordinate representation of color #B3DAD1: hue angle of 166.15º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3DAD1 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB179218209-
CMYK0.1800.040.15
HSL166.15º34.51%77.84%-
HSV(B)166.15º17.89%85.49%-
XYZ55.1764.3369.83-
YUV205.31130.08109.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.54%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 209 (82.03% from 255) = 34.49%
R=29.54%
G=35.97%
B=34.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792182090.1800.040.15166.1534.5177.84
HexB3DAD11204Fa6234e
Octal26333232122041724643116
Binary1011001111011010110100011001001001111101001101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DAD1; }

 p { color: rgb(179,218,209); }

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

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

 a { background-color: rgb(179,218,209); }

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

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

 span { border-color: rgb(179,218,209); }

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