#B0DCD2

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

Shades of Scandal #B0DCD2

Tints of Scandal #B0DCD2

Color information

#B0DCD2 (or 0xB0DCD2) is unknown color: approx Scandal. HEX triplet: B0, DC and D2. RGB value is (176,220,210). Sum of RGB (Red+Green+Blue) = 176+220+210=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCD2 is #4F232D. Grayscale: #CDCDCD. Windows color (decimal): -5186350 or 13819056. OLE color: 13819056.

HSL color Cylindrical-coordinate representation of color #B0DCD2: hue angle of 166.36º 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 #B0DCD2 is Cyan = 0.2, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB176220210-
CMYK0.200.050.14
HSL166.36º38.6%77.65%-
HSV(B)166.36º20%86.27%-
XYZ55.1365.0770.63-
YUV205.7130.42106.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.04%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 210 (82.42% from 255) = 34.65%
R=29.04%
G=36.30%
B=34.65%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762202100.200.050.14166.3638.677.65
HexB0DCD21405Ea6274e
Octal26033432224051624647116
Binary1011000011011100110100101010001011110101001101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCD2; }

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

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

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

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

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

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

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

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