#B0D5CF

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

Shades of Scandal #B0D5CF

Tints of Scandal #B0D5CF

Color information

#B0D5CF (or 0xB0D5CF) is unknown color: approx Scandal. HEX triplet: B0, D5 and CF. RGB value is (176,213,207). Sum of RGB (Red+Green+Blue) = 176+213+207=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D5CF is #4F2A30. Grayscale: #C9C9C9. Windows color (decimal): -5188145 or 13620656. OLE color: 13620656.

HSL color Cylindrical-coordinate representation of color #B0D5CF: hue angle of 170.27º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0D5CF is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB176213207-
CMYK0.1700.030.16
HSL170.27º30.58%76.27%-
HSV(B)170.27º17.37%83.53%-
XYZ52.9661.3268.08-
YUV201.25131.24109.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.53%
GREEN value IS 213 (83.59% from 255) = 35.74%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=29.53%
G=35.74%
B=34.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762132070.1700.030.16170.2730.5876.27
HexB0D5CF110310aa1f4c
Octal26032531721032025237114
Binary101100001101010111001111100010111000010101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D5CF; }

 p { color: rgb(176,213,207); }

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

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

 a { background-color: rgb(176,213,207); }

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

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

 span { border-color: rgb(176,213,207); }

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