#B0DFDA

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

Shades of Scandal #B0DFDA

Tints of Scandal #B0DFDA

Color information

#B0DFDA (or 0xB0DFDA) is unknown color: approx Scandal. HEX triplet: B0, DF and DA. RGB value is (176,223,218). Sum of RGB (Red+Green+Blue) = 176+223+218=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFDA is #4F2025. Grayscale: #D0D0D0. Windows color (decimal): -5185574 or 14344112. OLE color: 14344112.

HSL color Cylindrical-coordinate representation of color #B0DFDA: hue angle of 173.62º 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 #B0DFDA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB176223218-
CMYK0.2100.020.13
HSL173.62º42.34%78.24%-
HSV(B)173.62º21.08%87.45%-
XYZ56.9567.0776.27-
YUV208.38133.43104.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.53%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=28.53%
G=36.14%
B=35.33%

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
Decimal1762232180.2100.020.13173.6242.3478.24
HexB0DFDA1502Dae2a4e
Octal26033733225021525652116
Binary101100001101111111011010101010101101101011101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFDA; }

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

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

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

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

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

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

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

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