#B0D9CD

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

Shades of Scandal #B0D9CD

Tints of Scandal #B0D9CD

Color information

#B0D9CD (or 0xB0D9CD) is unknown color: approx Scandal. HEX triplet: B0, D9 and CD. RGB value is (176,217,205). Sum of RGB (Red+Green+Blue) = 176+217+205=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D9CD is #4F2632. Grayscale: #CBCBCB. Windows color (decimal): -5187123 or 13490608. OLE color: 13490608.

HSL color Cylindrical-coordinate representation of color #B0D9CD: hue angle of 162.44º 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 #B0D9CD is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB176217205-
CMYK0.1900.060.15
HSL162.44º35.04%77.06%-
HSV(B)162.44º18.89%85.1%-
XYZ53.7463.2667.14-
YUV203.37128.92108.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 217 (85.16% from 255) = 36.29%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=29.43%
G=36.29%
B=34.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762172050.1900.060.15162.4435.0477.06
HexB0D9CD1306Fa2234d
Octal26033131523061724243115
Binary1011000011011001110011011001101101111101000101000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D9CD; }

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

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

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

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

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

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

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

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