#B6BEEF

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

Shades of Perano #B6BEEF

Tints of Perano #B6BEEF

Color information

#B6BEEF (or 0xB6BEEF) is unknown color: approx Perano. HEX triplet: B6, BE and EF. RGB value is (182,190,239). Sum of RGB (Red+Green+Blue) = 182+190+239=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BEEF is #494110. Grayscale: #C0C0C0. Windows color (decimal): -4800785 or 15711926. OLE color: 15711926.

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

Color convert

RGB182190239-
CMYK0.240.2100.06
HSL231.58º64.04%82.55%-
HSV(B)231.58º23.85%93.73%-
XYZ53.285389.08-
YUV193.19153.85120.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.79%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=29.79%
G=31.10%
B=39.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1821902390.240.2100.06231.5864.0482.55
HexB6BEEF181506e84053
Octal266276357302506350100123
Binary101101101011111011101111110001010101101110100010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEEF; }

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

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

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

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

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

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

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

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