#B9BFDC

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

Shades of Perano #B9BFDC

Tints of Perano #B9BFDC

Color information

#B9BFDC (or 0xB9BFDC) is unknown color: approx Perano. HEX triplet: B9, BF and DC. RGB value is (185,191,220). Sum of RGB (Red+Green+Blue) = 185+191+220=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFDC is #464023. Grayscale: #C0C0C0. Windows color (decimal): -4603940 or 14467001. OLE color: 14467001.

HSL color Cylindrical-coordinate representation of color #B9BFDC: hue angle of 229.71º degrees, saturation: 0.33, 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 #B9BFDC is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185191220-
CMYK0.160.1300.14
HSL229.71º33.33%79.41%-
HSV(B)229.71º15.91%86.27%-
XYZ51.5652.7475.17-
YUV192.51143.51122.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.04%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=31.04%
G=32.05%
B=36.91%

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
Decimal1851912200.160.1300.14229.7133.3379.41
HexB9BFDC10D0Ee6214f
Octal271277334201501634641117
Binary10111001101111111101110010000110101110111001101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFDC; }

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

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

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

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

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

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

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

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