#B3DBDA

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

Shades of Scandal #B3DBDA

Tints of Scandal #B3DBDA

Color information

#B3DBDA (or 0xB3DBDA) is unknown color: approx Scandal. HEX triplet: B3, DB and DA. RGB value is (179,219,218). Sum of RGB (Red+Green+Blue) = 179+219+218=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBDA is #4C2425. Grayscale: #CECECE. Windows color (decimal): -4989990 or 14343091. OLE color: 14343091.

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

Color convert

RGB179219218-
CMYK0.1800.000.14
HSL178.5º35.71%78.04%-
HSV(B)178.5º18.26%85.88%-
XYZ56.5865.3175.95-
YUV206.93134.25108.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.06%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=29.06%
G=35.55%
B=35.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792192180.1800.000.14178.535.7178.04
HexB3DBDA1200Eb2244e
Octal26333333222001626244116
Binary10110011110110111101101010010001110101100101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DBDA; }

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

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

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

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

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

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

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

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