#B9BFDE

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

Shades of Perano #B9BFDE

Tints of Perano #B9BFDE

Color information

#B9BFDE (or 0xB9BFDE) is unknown color: approx Perano. HEX triplet: B9, BF and DE. RGB value is (185,191,222). Sum of RGB (Red+Green+Blue) = 185+191+222=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFDE is #464021. Grayscale: #C0C0C0. Windows color (decimal): -4603938 or 14598073. OLE color: 14598073.

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

Color convert

RGB185191222-
CMYK0.170.1400.13
HSL230.27º35.92%79.8%-
HSV(B)230.27º16.67%87.06%-
XYZ51.8252.8576.58-
YUV192.74144.51122.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.94%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=30.94%
G=31.94%
B=37.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851912220.170.1400.13230.2735.9279.8
HexB9BFDE11E0De62450
Octal271277336211601534644120
Binary10111001101111111101111010001111001101111001101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFDE; }

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

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

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

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

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

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

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

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