#B6B5FA

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

Shades of Perano #B6B5FA

Tints of Perano #B6B5FA

Color information

#B6B5FA (or 0xB6B5FA) is unknown color: approx Perano. HEX triplet: B6, B5 and FA. RGB value is (182,181,250). Sum of RGB (Red+Green+Blue) = 182+181+250=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6B5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B5FA is #494A05. Grayscale: #BCBCBC. Windows color (decimal): -4803078 or 16430518. OLE color: 16430518.

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

Color convert

RGB182181250-
CMYK0.270.2800.02
HSL240.87º87.34%84.51%-
HSV(B)240.87º27.6%98.04%-
XYZ53.0749.8997.28-
YUV189.16162.33122.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.69%
GREEN value IS 181 (71.09% from 255) = 29.53%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=29.69%
G=29.53%
B=40.78%

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
Decimal1821812500.270.2800.02240.8787.3484.51
HexB6B5FA1B1C02f15755
Octal266265372333402361127125
Binary10110110101101011111101011011111000101111000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B5FA; }

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

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

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

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

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

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

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

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