#B6B4FA

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

Shades of Perano #B6B4FA

Tints of Perano #B6B4FA

Color information

#B6B4FA (or 0xB6B4FA) is unknown color: approx Perano. HEX triplet: B6, B4 and FA. RGB value is (182,180,250). Sum of RGB (Red+Green+Blue) = 182+180+250=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6B4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B4FA is #494B05. Grayscale: #BCBCBC. Windows color (decimal): -4803334 or 16430262. OLE color: 16430262.

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

Color convert

RGB182180250-
CMYK0.270.2800.02
HSL241.71º87.5%84.31%-
HSV(B)241.71º28%98.04%-
XYZ52.8749.4997.21-
YUV188.58162.66123.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.74%
GREEN value IS 180 (70.70% from 255) = 29.41%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=29.74%
G=29.41%
B=40.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821802500.270.2800.02241.7187.584.31
HexB6B4FA1B1C02f25854
Octal266264372333402362130124
Binary10110110101101001111101011011111000101111001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B4FA; }

 p { color: rgb(182,180,250); }

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

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

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

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

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

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

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