#B0BBDF

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

Shades of Perano #B0BBDF

Tints of Perano #B0BBDF

Color information

#B0BBDF (or 0xB0BBDF) is unknown color: approx Perano. HEX triplet: B0, BB and DF. RGB value is (176,187,223). Sum of RGB (Red+Green+Blue) = 176+187+223=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBDF is #4F4420. Grayscale: #BBBBBB. Windows color (decimal): -5194785 or 14662576. OLE color: 14662576.

HSL color Cylindrical-coordinate representation of color #B0BBDF: hue angle of 225.96º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0BBDF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176187223-
CMYK0.210.1600.13
HSL225.96º42.34%78.24%-
HSV(B)225.96º21.08%87.45%-
XYZ48.9950.176.9-
YUV187.81147.86119.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.03%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=30.03%
G=31.91%
B=38.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761872230.210.1600.13225.9642.3478.24
HexB0BBDF15100De22a4e
Octal260273337252001534252116
Binary101100001011101111011111101011000001101111000101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBDF; }

 p { color: rgb(176,187,223); }

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

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

 a { background-color: rgb(176,187,223); }

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

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

 span { border-color: rgb(176,187,223); }

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