#B9BDE9

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

Shades of Perano #B9BDE9

Tints of Perano #B9BDE9

Color information

#B9BDE9 (or 0xB9BDE9) is unknown color: approx Perano. HEX triplet: B9, BD and E9. RGB value is (185,189,233). Sum of RGB (Red+Green+Blue) = 185+189+233=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 233 - color contains mainly: blue. Hex color #B9BDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BDE9 is #464216. Grayscale: #C0C0C0. Windows color (decimal): -4604439 or 15318457. OLE color: 15318457.

HSL color Cylindrical-coordinate representation of color #B9BDE9: hue angle of 235º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9BDE9 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB185189233-
CMYK0.210.1900.09
HSL235º52.17%81.96%-
HSV(B)235º20.6%91.37%-
XYZ52.9152.5984.45-
YUV192.82150.67122.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.48%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 233 (91.41% from 255) = 38.39%
R=30.48%
G=31.14%
B=38.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851892330.210.1900.0923552.1781.96
HexB9BDE9151309eb3452
Octal271275351252301135364122
Binary101110011011110111101001101011001101001111010111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDE9; }

 p { color: rgb(185,189,233); }

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

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

 a { background-color: rgb(185,189,233); }

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

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

 span { border-color: rgb(185,189,233); }

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