#B9BDEE

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

Shades of Perano #B9BDEE

Tints of Perano #B9BDEE

Color information

#B9BDEE (or 0xB9BDEE) is unknown color: approx Perano. HEX triplet: B9, BD and EE. RGB value is (185,189,238). Sum of RGB (Red+Green+Blue) = 185+189+238=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BDEE is #464211. Grayscale: #C1C1C1. Windows color (decimal): -4604434 or 15646137. OLE color: 15646137.

HSL color Cylindrical-coordinate representation of color #B9BDEE: hue angle of 235.47º degrees, saturation: 0.61, 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 #B9BDEE is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185189238-
CMYK0.220.2100.07
HSL235.47º60.92%82.94%-
HSV(B)235.47º22.27%93.33%-
XYZ53.6452.8888.27-
YUV193.39153.17122.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.23%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=30.23%
G=30.88%
B=38.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851892380.220.2100.07235.4760.9282.94
HexB9BDEE161507eb3d53
Octal27127535626250735375123
Binary10111001101111011110111010110101010111111010111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDEE; }

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

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

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

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

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

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

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

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