#B9BEEF

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

Shades of Perano #B9BEEF

Tints of Perano #B9BEEF

Color information

#B9BEEF (or 0xB9BEEF) is unknown color: approx Perano. HEX triplet: B9, BE and EF. RGB value is (185,190,239). Sum of RGB (Red+Green+Blue) = 185+190+239=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BEEF is #464110. Grayscale: #C1C1C1. Windows color (decimal): -4604177 or 15711929. OLE color: 15711929.

HSL color Cylindrical-coordinate representation of color #B9BEEF: hue angle of 234.44º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9BEEF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185190239-
CMYK0.230.2100.06
HSL234.44º62.79%83.14%-
HSV(B)234.44º22.59%93.73%-
XYZ5453.3789.12-
YUV194.09153.34121.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.13%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=30.13%
G=30.94%
B=38.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851902390.230.2100.06234.4462.7983.14
HexB9BEEF171506ea3f53
Octal27127635727250635277123
Binary10111001101111101110111110111101010110111010101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BEEF; }

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

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

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

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

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

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

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

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