#B9BEF1

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

Shades of Perano #B9BEF1

Tints of Perano #B9BEF1

Color information

#B9BEF1 (or 0xB9BEF1) is unknown color: approx Perano. HEX triplet: B9, BE and F1. RGB value is (185,190,241). Sum of RGB (Red+Green+Blue) = 185+190+241=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BEF1 is #46410E. Grayscale: #C2C2C2. Windows color (decimal): -4604175 or 15843001. OLE color: 15843001.

HSL color Cylindrical-coordinate representation of color #B9BEF1: hue angle of 234.64º 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 #B9BEF1 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185190241-
CMYK0.230.2100.05
HSL234.64º66.67%83.53%-
HSV(B)234.64º23.24%94.51%-
XYZ54.353.4990.68-
YUV194.32154.34121.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.03%
GREEN value IS 190 (74.61% from 255) = 30.84%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=30.03%
G=30.84%
B=39.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851902410.230.2100.05234.6466.6783.53
HexB9BEF1171505eb4354
Octal271276361272505353103124
Binary101110011011111011110001101111010101011110101110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEF1; }

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

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

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

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

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

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

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

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