#B3DAD4

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

Shades of Scandal #B3DAD4

Tints of Scandal #B3DAD4

Color information

#B3DAD4 (or 0xB3DAD4) is unknown color: approx Scandal. HEX triplet: B3, DA and D4. RGB value is (179,218,212). Sum of RGB (Red+Green+Blue) = 179+218+212=609 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.39% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DAD4 is #4C252B. Grayscale: #CDCDCD. Windows color (decimal): -4990252 or 13949619. OLE color: 13949619.

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

Color convert

RGB179218212-
CMYK0.1800.030.15
HSL170.77º34.51%77.84%-
HSV(B)170.77º17.89%85.49%-
XYZ55.5564.4871.81-
YUV205.66131.58108.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.39%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 212 (83.20% from 255) = 34.81%
R=29.39%
G=35.80%
B=34.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792182120.1800.030.15170.7734.5177.84
HexB3DAD41203Fab234e
Octal26333232422031725343116
Binary101100111101101011010100100100111111101010111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DAD4; }

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

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

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

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

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

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

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

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