#B6B3FE

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

Shades of Perano #B6B3FE

Tints of Perano #B6B3FE

Color information

#B6B3FE (or 0xB6B3FE) is unknown color: approx Perano. HEX triplet: B6, B3 and FE. RGB value is (182,179,254). Sum of RGB (Red+Green+Blue) = 182+179+254=615 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.59% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6B3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B3FE is #494C01. Grayscale: #BCBCBC. Windows color (decimal): -4803586 or 16692150. OLE color: 16692150.

HSL color Cylindrical-coordinate representation of color #B6B3FE: hue angle of 242.4º 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 #B6B3FE is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182179254-
CMYK0.280.3000.00
HSL242.4º97.4%84.9%-
HSV(B)242.4º29.53%99.61%-
XYZ53.349.34100.48-
YUV188.45164.99123.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.59%
GREEN value IS 179 (70.31% from 255) = 29.11%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=29.59%
G=29.11%
B=41.30%

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
Decimal1821792540.280.3000.00242.497.484.9
HexB6B3FE1C1E00f26155
Octal266263376343600362141125
Binary1011011010110011111111101110011110001111001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B3FE; }

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

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

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

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

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

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

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

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