#B9BDE3

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

Shades of Perano #B9BDE3

Tints of Perano #B9BDE3

Color information

#B9BDE3 (or 0xB9BDE3) is unknown color: approx Perano. HEX triplet: B9, BD and E3. RGB value is (185,189,227). Sum of RGB (Red+Green+Blue) = 185+189+227=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 227 - color contains mainly: blue. Hex color #B9BDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDE3 is #46421C. Grayscale: #BFBFBF. Windows color (decimal): -4604445 or 14925241. OLE color: 14925241.

HSL color Cylindrical-coordinate representation of color #B9BDE3: hue angle of 234.29º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9BDE3 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB185189227-
CMYK0.190.1700.11
HSL234.29º42.86%80.78%-
HSV(B)234.29º18.5%89.02%-
XYZ52.0752.2680.01-
YUV192.14147.67122.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.78%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 227 (89.06% from 255) = 37.77%
R=30.78%
G=31.45%
B=37.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851892270.190.1700.11234.2942.8680.78
HexB9BDE313110Bea2b51
Octal271275343232101335253121
Binary101110011011110111100011100111000101011111010101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDE3; }

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

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

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

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

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

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

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

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