#B6B3FB

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

Shades of Perano #B6B3FB

Tints of Perano #B6B3FB

Color information

#B6B3FB (or 0xB6B3FB) is unknown color: approx Perano. HEX triplet: B6, B3 and FB. RGB value is (182,179,251). Sum of RGB (Red+Green+Blue) = 182+179+251=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6B3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B3FB is #494C04. Grayscale: #BBBBBB. Windows color (decimal): -4803589 or 16495542. OLE color: 16495542.

HSL color Cylindrical-coordinate representation of color #B6B3FB: hue angle of 242.5º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6B3FB is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182179251-
CMYK0.270.2900.02
HSL242.5º90%84.31%-
HSV(B)242.5º28.69%98.43%-
XYZ52.8249.1597.97-
YUV188.1163.49123.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.74%
GREEN value IS 179 (70.31% from 255) = 29.25%
BLUE value IS 251 (98.44% from 255) = 41.01%
R=29.74%
G=29.25%
B=41.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821792510.270.2900.02242.59084.31
HexB6B3FB1B1D02f25a54
Octal266263373333502362132124
Binary10110110101100111111101111011111010101111001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B3FB; }

 p { color: rgb(182,179,251); }

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

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

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

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

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

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

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