#B0B7DB

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

Shades of Perano #B0B7DB

Tints of Perano #B0B7DB

Color information

#B0B7DB (or 0xB0B7DB) is unknown color: approx Perano. HEX triplet: B0, B7 and DB. RGB value is (176,183,219). Sum of RGB (Red+Green+Blue) = 176+183+219=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0B7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B7DB is #4F4824. Grayscale: #B8B8B8. Windows color (decimal): -5195813 or 14399408. OLE color: 14399408.

HSL color Cylindrical-coordinate representation of color #B0B7DB: hue angle of 230.23º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B7DB is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176183219-
CMYK0.200.1600.14
HSL230.23º37.39%77.45%-
HSV(B)230.23º19.63%85.88%-
XYZ47.6248.2173.81-
YUV185.01147.18121.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.45%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 219 (85.94% from 255) = 37.89%
R=30.45%
G=31.66%
B=37.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761832190.200.1600.14230.2337.3977.45
HexB0B7DB14100Ee6254d
Octal260267333242001634645115
Binary101100001011011111011011101001000001110111001101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B7DB; }

 p { color: rgb(176,183,219); }

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

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

 a { background-color: rgb(176,183,219); }

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

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

 span { border-color: rgb(176,183,219); }

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