#B0DCDA

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

Shades of Scandal #B0DCDA

Tints of Scandal #B0DCDA

Color information

#B0DCDA (or 0xB0DCDA) is unknown color: approx Scandal. HEX triplet: B0, DC and DA. RGB value is (176,220,218). Sum of RGB (Red+Green+Blue) = 176+220+218=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCDA is #4F2325. Grayscale: #CECECE. Windows color (decimal): -5186342 or 14343344. OLE color: 14343344.

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

Color convert

RGB176220218-
CMYK0.200.010.14
HSL177.27º38.6%77.65%-
HSV(B)177.27º20%86.27%-
XYZ56.1565.4876.01-
YUV206.62134.42106.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.66%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=28.66%
G=35.83%
B=35.50%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762202180.200.010.14177.2738.677.65
HexB0DCDA1401Eb1274e
Octal26033433224011626147116
Binary10110000110111001101101010100011110101100011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCDA; }

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

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

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

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

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

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

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

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