#B3B5FA

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

Shades of Perano #B3B5FA

Tints of Perano #B3B5FA

Color information

#B3B5FA (or 0xB3B5FA) is unknown color: approx Perano. HEX triplet: B3, B5 and FA. RGB value is (179,181,250). Sum of RGB (Red+Green+Blue) = 179+181+250=610 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.34% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3B5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B5FA is #4C4A05. Grayscale: #BBBBBB. Windows color (decimal): -4999686 or 16430515. OLE color: 16430515.

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

Color convert

RGB179181250-
CMYK0.280.2800.02
HSL238.31º87.65%84.12%-
HSV(B)238.31º28.4%98.04%-
XYZ52.3749.5397.24-
YUV188.27162.84121.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.34%
GREEN value IS 181 (71.09% from 255) = 29.67%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=29.34%
G=29.67%
B=40.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791812500.280.2800.02238.3187.6584.12
HexB3B5FA1C1C02ee5854
Octal263265372343402356130124
Binary10110011101101011111101011100111000101110111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B5FA; }

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

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

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

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

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

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

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

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