#B9BDF1

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

Shades of Perano #B9BDF1

Tints of Perano #B9BDF1

Color information

#B9BDF1 (or 0xB9BDF1) is unknown color: approx Perano. HEX triplet: B9, BD and F1. RGB value is (185,189,241). Sum of RGB (Red+Green+Blue) = 185+189+241=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9BDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BDF1 is #46420E. Grayscale: #C1C1C1. Windows color (decimal): -4604431 or 15842745. OLE color: 15842745.

HSL color Cylindrical-coordinate representation of color #B9BDF1: hue angle of 235.71º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9BDF1 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185189241-
CMYK0.230.2200.05
HSL235.71º66.67%83.53%-
HSV(B)235.71º23.24%94.51%-
XYZ54.0853.0690.61-
YUV193.73154.67121.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.08%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=30.08%
G=30.73%
B=39.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851892410.230.2200.05235.7166.6783.53
HexB9BDF1171605ec4354
Octal271275361272605354103124
Binary101110011011110111110001101111011001011110110010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDF1; }

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

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

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

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

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

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

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

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