#B9BFDD

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

Shades of Perano #B9BFDD

Tints of Perano #B9BFDD

Color information

#B9BFDD (or 0xB9BFDD) is unknown color: approx Perano. HEX triplet: B9, BF and DD. RGB value is (185,191,221). Sum of RGB (Red+Green+Blue) = 185+191+221=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFDD is #464022. Grayscale: #C0C0C0. Windows color (decimal): -4603939 or 14532537. OLE color: 14532537.

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

Color convert

RGB185191221-
CMYK0.160.1400.13
HSL230º34.62%79.61%-
HSV(B)230º16.29%86.67%-
XYZ51.6952.875.87-
YUV192.63144.01122.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.99%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=30.99%
G=31.99%
B=37.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851912210.160.1400.1323034.6279.61
HexB9BFDD10E0De62350
Octal271277335201601534643120
Binary10111001101111111101110110000111001101111001101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFDD; }

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

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

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

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

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

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

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

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