#B9BFEB

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

Shades of Perano #B9BFEB

Tints of Perano #B9BFEB

Color information

#B9BFEB (or 0xB9BFEB) is unknown color: approx Perano. HEX triplet: B9, BF and EB. RGB value is (185,191,235). Sum of RGB (Red+Green+Blue) = 185+191+235=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFEB is #464014. Grayscale: #C2C2C2. Windows color (decimal): -4603925 or 15450041. OLE color: 15450041.

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

Color convert

RGB185191235-
CMYK0.210.1900.08
HSL232.8º55.56%82.35%-
HSV(B)232.8º21.28%92.16%-
XYZ53.6353.5786.11-
YUV194.22151.01121.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.28%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=30.28%
G=31.26%
B=38.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851912350.210.1900.08232.855.5682.35
HexB9BFEB151308e93852
Octal271277353252301035170122
Binary101110011011111111101011101011001101000111010011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFEB; }

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

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

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

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

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

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

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

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