#B9BDEA

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

Shades of Perano #B9BDEA

Tints of Perano #B9BDEA

Color information

#B9BDEA (or 0xB9BDEA) is unknown color: approx Perano. HEX triplet: B9, BD and EA. RGB value is (185,189,234). Sum of RGB (Red+Green+Blue) = 185+189+234=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BDEA is #464215. Grayscale: #C0C0C0. Windows color (decimal): -4604438 or 15383993. OLE color: 15383993.

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

Color convert

RGB185189234-
CMYK0.210.1900.08
HSL235.1º53.85%82.16%-
HSV(B)235.1º20.94%91.76%-
XYZ53.0652.6585.21-
YUV192.93151.17122.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.43%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=30.43%
G=31.09%
B=38.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851892340.210.1900.08235.153.8582.16
HexB9BDEA151308eb3652
Octal271275352252301035366122
Binary101110011011110111101010101011001101000111010111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDEA; }

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

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

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

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

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

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

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

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