#B2DBDA

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

Shades of Scandal #B2DBDA

Tints of Scandal #B2DBDA

Color information

#B2DBDA (or 0xB2DBDA) is unknown color: approx Scandal. HEX triplet: B2, DB and DA. RGB value is (178,219,218). Sum of RGB (Red+Green+Blue) = 178+219+218=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBDA is #4D2425. Grayscale: #CECECE. Windows color (decimal): -5055526 or 14343090. OLE color: 14343090.

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

Color convert

RGB178219218-
CMYK0.1900.000.14
HSL178.54º36.28%77.84%-
HSV(B)178.54º18.72%85.88%-
XYZ56.3565.1975.94-
YUV206.63134.42107.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.94%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=28.94%
G=35.61%
B=35.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782192180.1900.000.14178.5436.2877.84
HexB2DBDA1300Eb3244e
Octal26233333223001626344116
Binary10110010110110111101101010011001110101100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DBDA; }

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

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

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

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

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

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

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

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