#B0DFDB

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

Shades of Scandal #B0DFDB

Tints of Scandal #B0DFDB

Color information

#B0DFDB (or 0xB0DFDB) is unknown color: approx Scandal. HEX triplet: B0, DF and DB. RGB value is (176,223,219). Sum of RGB (Red+Green+Blue) = 176+223+219=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFDB is #4F2024. Grayscale: #D0D0D0. Windows color (decimal): -5185573 or 14409648. OLE color: 14409648.

HSL color Cylindrical-coordinate representation of color #B0DFDB: hue angle of 174.89º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DFDB is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB176223219-
CMYK0.2100.020.13
HSL174.89º42.34%78.24%-
HSV(B)174.89º21.08%87.45%-
XYZ57.0867.1276.96-
YUV208.49133.93104.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.48%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=28.48%
G=36.08%
B=35.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762232190.2100.020.13174.8942.3478.24
HexB0DFDB1502Daf2a4e
Octal26033733325021525752116
Binary101100001101111111011011101010101101101011111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFDB; }

 p { color: rgb(176,223,219); }

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

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

 a { background-color: rgb(176,223,219); }

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

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

 span { border-color: rgb(176,223,219); }

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