#B7B0FA

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

Shades of Perano #B7B0FA

Tints of Perano #B7B0FA

Color information

#B7B0FA (or 0xB7B0FA) is unknown color: approx Perano. HEX triplet: B7, B0 and FA. RGB value is (183,176,250). Sum of RGB (Red+Green+Blue) = 183+176+250=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B0FA is #484F05. Grayscale: #BABABA. Windows color (decimal): -4738822 or 16429239. OLE color: 16429239.

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

Color convert

RGB183176250-
CMYK0.270.3000.02
HSL245.68º88.1%83.53%-
HSV(B)245.68º29.6%98.04%-
XYZ52.3148.0296.95-
YUV186.53163.82125.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.05%
GREEN value IS 176 (69.14% from 255) = 28.90%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=30.05%
G=28.90%
B=41.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831762500.270.3000.02245.6888.183.53
HexB7B0FA1B1E02f65854
Octal267260372333602366130124
Binary10110111101100001111101011011111100101111011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B0FA; }

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

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

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

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

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

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

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

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