#B0B4D8

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

Shades of Perano #B0B4D8

Tints of Perano #B0B4D8

Color information

#B0B4D8 (or 0xB0B4D8) is unknown color: approx Perano. HEX triplet: B0, B4 and D8. RGB value is (176,180,216). Sum of RGB (Red+Green+Blue) = 176+180+216=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #B0B4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B4D8 is #4F4B27. Grayscale: #B6B6B6. Windows color (decimal): -5196584 or 14202032. OLE color: 14202032.

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

Color convert

RGB176180216-
CMYK0.190.1700.15
HSL234º33.9%76.86%-
HSV(B)234º18.52%84.71%-
XYZ46.6246.8371.55-
YUV182.91146.67123.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.77%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=30.77%
G=31.47%
B=37.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761802160.190.1700.1523433.976.86
HexB0B4D813110Fea224d
Octal260264330232101735242115
Binary101100001011010011011000100111000101111111010101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B4D8; }

 p { color: rgb(176,180,216); }

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

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

 a { background-color: rgb(176,180,216); }

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

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

 span { border-color: rgb(176,180,216); }

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