#B7B1FA

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

Shades of Perano #B7B1FA

Tints of Perano #B7B1FA

Color information

#B7B1FA (or 0xB7B1FA) is unknown color: approx Perano. HEX triplet: B7, B1 and FA. RGB value is (183,177,250). Sum of RGB (Red+Green+Blue) = 183+177+250=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 177 (69.53% from 255 or 29.02% 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 #B7B1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B1FA is #484E05. Grayscale: #BABABA. Windows color (decimal): -4738566 or 16429495. OLE color: 16429495.

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

Color convert

RGB183177250-
CMYK0.270.2900.02
HSL244.93º87.95%83.73%-
HSV(B)244.93º29.2%98.04%-
XYZ52.5148.4197.02-
YUV187.12163.49125.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30%
GREEN value IS 177 (69.53% from 255) = 29.02%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=30%
G=29.02%
B=40.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831772500.270.2900.02244.9387.9583.73
HexB7B1FA1B1D02f55854
Octal267261372333502365130124
Binary10110111101100011111101011011111010101111010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B1FA; }

 p { color: rgb(183,177,250); }

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

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

 a { background-color: rgb(183,177,250); }

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

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

 span { border-color: rgb(183,177,250); }

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