#b6b6f2

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

Shades of Perano #B6B6F2

Tints of Perano #B6B6F2

Color information

#B6B6F2 (or 0xB6B6F2) is unknown color: approx Perano. HEX triplet: B6, B6 and F2. RGB value is (182,182,242). Sum of RGB (Red+Green+Blue) = 182+182+242=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #B6B6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B6F2 is #49490D. Grayscale: #BCBCBC. Windows color (decimal): -4802830 or 15906486. OLE color: 15906486.

HSL color Cylindrical-coordinate representation of color #B6B6F2: hue angle of 240º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6B6F2 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182182242-
CMYK0.250.2500.05
HSL240º69.77%83.14%-
HSV(B)240º24.79%94.9%-
XYZ52.0549.8190.88-
YUV188.84158123.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.03%
GREEN value IS 182 (71.48% from 255) = 30.03%
BLUE value IS 242 (94.92% from 255) = 39.93%
R=30.03%
G=30.03%
B=39.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821822420.250.2500.0524069.7783.14
HexB6B6F2191905f04653
Octal266266362313105360106123
Binary101101101011011011110010110011100101011111000010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6b6f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6b6f2; }

 p { color: rgb(182,182,242); }

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

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

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

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

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

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

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