#B3B0FA

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

Shades of Perano #B3B0FA

Tints of Perano #B3B0FA

Color information

#B3B0FA (or 0xB3B0FA) is unknown color: approx Perano. HEX triplet: B3, B0 and FA. RGB value is (179,176,250). Sum of RGB (Red+Green+Blue) = 179+176+250=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3B0FA is #4C4F05. Grayscale: #B9B9B9. Windows color (decimal): -5000966 or 16429235. OLE color: 16429235.

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

Color convert

RGB179176250-
CMYK0.280.3000.02
HSL242.43º88.1%83.53%-
HSV(B)242.43º29.6%98.04%-
XYZ51.3747.5496.91-
YUV185.33164.49123.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.59%
GREEN value IS 176 (69.14% from 255) = 29.09%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=29.59%
G=29.09%
B=41.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791762500.280.3000.02242.4388.183.53
HexB3B0FA1C1E02f25854
Octal263260372343602362130124
Binary10110011101100001111101011100111100101111001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0FA; }

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

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

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

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

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

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

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

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