#B0D9D6

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

Shades of Scandal #B0D9D6

Tints of Scandal #B0D9D6

Color information

#B0D9D6 (or 0xB0D9D6) is unknown color: approx Scandal. HEX triplet: B0, D9 and D6. RGB value is (176,217,214). Sum of RGB (Red+Green+Blue) = 176+217+214=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D9D6 is #4F2629. Grayscale: #CCCCCC. Windows color (decimal): -5187114 or 14080432. OLE color: 14080432.

HSL color Cylindrical-coordinate representation of color #B0D9D6: hue angle of 175.61º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D9D6 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB176217214-
CMYK0.1900.010.15
HSL175.61º35.04%77.06%-
HSV(B)175.61º18.89%85.1%-
XYZ54.8563.7173.02-
YUV204.4133.42107.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=29.00%
G=35.75%
B=35.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762172140.1900.010.15175.6135.0477.06
HexB0D9D61301Fb0234d
Octal26033132623011726043115
Binary10110000110110011101011010011011111101100001000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D9D6; }

 p { color: rgb(176,217,214); }

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

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

 a { background-color: rgb(176,217,214); }

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

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

 span { border-color: rgb(176,217,214); }

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