#B0DBD1

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

Shades of Scandal #B0DBD1

Tints of Scandal #B0DBD1

Color information

#B0DBD1 (or 0xB0DBD1) is unknown color: approx Scandal. HEX triplet: B0, DB and D1. RGB value is (176,219,209). Sum of RGB (Red+Green+Blue) = 176+219+209=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBD1 is #4F242E. Grayscale: #CDCDCD. Windows color (decimal): -5186607 or 13753264. OLE color: 13753264.

HSL color Cylindrical-coordinate representation of color #B0DBD1: hue angle of 166.05º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBD1 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB176219209-
CMYK0.2000.050.14
HSL166.05º37.39%77.45%-
HSV(B)166.05º19.63%85.88%-
XYZ54.7464.569.89-
YUV205130.25107.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.14%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=29.14%
G=36.26%
B=34.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762192090.2000.050.14166.0537.3977.45
HexB0DBD11405Ea6254d
Octal26033332124051624645115
Binary1011000011011011110100011010001011110101001101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBD1; }

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

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

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

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

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

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

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

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