#B6B1FC

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

Shades of Perano #B6B1FC

Tints of Perano #B6B1FC

Color information

#B6B1FC (or 0xB6B1FC) is unknown color: approx Perano. HEX triplet: B6, B1 and FC. RGB value is (182,177,252). Sum of RGB (Red+Green+Blue) = 182+177+252=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #B6B1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6B1FC is #494E03. Grayscale: #BABABA. Windows color (decimal): -4804100 or 16560566. OLE color: 16560566.

HSL color Cylindrical-coordinate representation of color #B6B1FC: hue angle of 244º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6B1FC is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182177252-
CMYK0.280.3000.01
HSL244º92.59%84.12%-
HSV(B)244º29.76%98.82%-
XYZ52.5848.4298.67-
YUV187.04164.66124.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.79%
GREEN value IS 177 (69.53% from 255) = 28.97%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=29.79%
G=28.97%
B=41.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821772520.280.3000.0124492.5984.12
HexB6B1FC1C1E01f45d54
Octal266261374343601364135124
Binary1011011010110001111111001110011110011111010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B1FC; }

 p { color: rgb(182,177,252); }

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

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

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

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

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

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

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