#B7BAFA

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

Shades of Perano #B7BAFA

Tints of Perano #B7BAFA

Color information

#B7BAFA (or 0xB7BAFA) is unknown color: approx Perano. HEX triplet: B7, BA and FA. RGB value is (183,186,250). Sum of RGB (Red+Green+Blue) = 183+186+250=619 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.56% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BAFA is #484505. Grayscale: #C0C0C0. Windows color (decimal): -4736262 or 16431799. OLE color: 16431799.

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

Color convert

RGB183186250-
CMYK0.270.2600.02
HSL237.31º87.01%84.9%-
HSV(B)237.31º26.8%98.04%-
XYZ54.3452.0997.63-
YUV192.4160.51121.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.56%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=29.56%
G=30.05%
B=40.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831862500.270.2600.02237.3187.0184.9
HexB7BAFA1B1A02ed5755
Octal267272372333202355127125
Binary10110111101110101111101011011110100101110110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BAFA; }

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

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

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

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

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

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

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

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