#B9BDEC

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

Shades of Perano #B9BDEC

Tints of Perano #B9BDEC

Color information

#B9BDEC (or 0xB9BDEC) is unknown color: approx Perano. HEX triplet: B9, BD and EC. RGB value is (185,189,236). Sum of RGB (Red+Green+Blue) = 185+189+236=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BDEC is #464213. Grayscale: #C0C0C0. Windows color (decimal): -4604436 or 15515065. OLE color: 15515065.

HSL color Cylindrical-coordinate representation of color #B9BDEC: hue angle of 235.29º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9BDEC is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185189236-
CMYK0.220.2000.07
HSL235.29º57.3%82.55%-
HSV(B)235.29º21.61%92.55%-
XYZ53.3552.7786.73-
YUV193.16152.17122.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.33%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=30.33%
G=30.98%
B=38.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851892360.220.2000.07235.2957.382.55
HexB9BDEC161407eb3953
Octal27127535426240735371123
Binary10111001101111011110110010110101000111111010111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDEC; }

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

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

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

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

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

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

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

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