#B9BDEB

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

Shades of Perano #B9BDEB

Tints of Perano #B9BDEB

Color information

#B9BDEB (or 0xB9BDEB) is unknown color: approx Perano. HEX triplet: B9, BD and EB. RGB value is (185,189,235). Sum of RGB (Red+Green+Blue) = 185+189+235=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BDEB is #464214. Grayscale: #C0C0C0. Windows color (decimal): -4604437 or 15449529. OLE color: 15449529.

HSL color Cylindrical-coordinate representation of color #B9BDEB: hue angle of 235.2º degrees, saturation: 0.56, 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 #B9BDEB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185189235-
CMYK0.210.2000.08
HSL235.2º55.56%82.35%-
HSV(B)235.2º21.28%92.16%-
XYZ53.252.7185.97-
YUV193.05151.67122.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.38%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=30.38%
G=31.03%
B=38.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851892350.210.2000.08235.255.5682.35
HexB9BDEB151408eb3852
Octal271275353252401035370122
Binary101110011011110111101011101011010001000111010111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDEB; }

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

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

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

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

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

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

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

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