#B0D7CD

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

Shades of Scandal #B0D7CD

Tints of Scandal #B0D7CD

Color information

#B0D7CD (or 0xB0D7CD) is unknown color: approx Scandal. HEX triplet: B0, D7 and CD. RGB value is (176,215,205). Sum of RGB (Red+Green+Blue) = 176+215+205=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7CD is #4F2832. Grayscale: #CACACA. Windows color (decimal): -5187635 or 13490096. OLE color: 13490096.

HSL color Cylindrical-coordinate representation of color #B0D7CD: hue angle of 164.62º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D7CD is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB176215205-
CMYK0.1800.050.16
HSL164.62º32.77%76.67%-
HSV(B)164.62º18.14%84.31%-
XYZ53.2262.2466.97-
YUV202.2129.58109.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.53%
GREEN value IS 215 (84.38% from 255) = 36.07%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=29.53%
G=36.07%
B=34.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762152050.1800.050.16164.6232.7776.67
HexB0D7CD120510a5214d
Octal26032731522052024541115
Binary10110000110101111100110110010010110000101001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D7CD; }

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

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

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

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

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

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

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

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