#B6B1FE

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

Shades of Perano #B6B1FE

Tints of Perano #B6B1FE

Color information

#B6B1FE (or 0xB6B1FE) is unknown color: approx Perano. HEX triplet: B6, B1 and FE. RGB value is (182,177,254). Sum of RGB (Red+Green+Blue) = 182+177+254=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6B1FE is #494E01. Grayscale: #BABABA. Windows color (decimal): -4804098 or 16691638. OLE color: 16691638.

HSL color Cylindrical-coordinate representation of color #B6B1FE: hue angle of 243.9º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6B1FE is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182177254-
CMYK0.280.3000.00
HSL243.9º97.47%84.51%-
HSV(B)243.9º30.31%99.61%-
XYZ52.948.55100.35-
YUV187.27165.66124.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.69%
GREEN value IS 177 (69.53% from 255) = 28.87%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=29.69%
G=28.87%
B=41.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821772540.280.3000.00243.997.4784.51
HexB6B1FE1C1E00f46155
Octal266261376343600364141125
Binary1011011010110001111111101110011110001111010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B1FE; }

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

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

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

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

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

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

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

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