#B6BAE6

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

Shades of Perano #B6BAE6

Tints of Perano #B6BAE6

Color information

#B6BAE6 (or 0xB6BAE6) is unknown color: approx Perano. HEX triplet: B6, BA and E6. RGB value is (182,186,230). Sum of RGB (Red+Green+Blue) = 182+186+230=598 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.43% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #B6BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BAE6 is #494519. Grayscale: #BDBDBD. Windows color (decimal): -4801818 or 15121078. OLE color: 15121078.

HSL color Cylindrical-coordinate representation of color #B6BAE6: hue angle of 235º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6BAE6 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB182186230-
CMYK0.210.1900.10
HSL235º48.98%80.78%-
HSV(B)235º20.87%90.2%-
XYZ51.1350.7881.97-
YUV189.82150.67122.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.43%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 230 (90.23% from 255) = 38.46%
R=30.43%
G=31.10%
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.10
SystemRedGreenBlueCMYKHSL
Decimal1821862300.210.1900.1023548.9880.78
HexB6BAE615130Aeb3151
Octal266272346252301235361121
Binary101101101011101011100110101011001101010111010111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BAE6; }

 p { color: rgb(182,186,230); }

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

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

 a { background-color: rgb(182,186,230); }

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

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

 span { border-color: rgb(182,186,230); }

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