#B9BFDB

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

Shades of Perano #B9BFDB

Tints of Perano #B9BFDB

Color information

#B9BFDB (or 0xB9BFDB) is unknown color: approx Perano. HEX triplet: B9, BF and DB. RGB value is (185,191,219). Sum of RGB (Red+Green+Blue) = 185+191+219=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFDB is #464024. Grayscale: #C0C0C0. Windows color (decimal): -4603941 or 14401465. OLE color: 14401465.

HSL color Cylindrical-coordinate representation of color #B9BFDB: hue angle of 229.41º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9BFDB is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185191219-
CMYK0.160.1300.14
HSL229.41º32.08%79.22%-
HSV(B)229.41º15.53%85.88%-
XYZ51.4252.6974.48-
YUV192.4143.01122.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.09%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=31.09%
G=32.10%
B=36.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851912190.160.1300.14229.4132.0879.22
HexB9BFDB10D0Ee5204f
Octal271277333201501634540117
Binary10111001101111111101101110000110101110111001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFDB; }

 p { color: rgb(185,191,219); }

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

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

 a { background-color: rgb(185,191,219); }

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

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

 span { border-color: rgb(185,191,219); }

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