#B7BAF9

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

Shades of Perano #B7BAF9

Tints of Perano #B7BAF9

Color information

#B7BAF9 (or 0xB7BAF9) is unknown color: approx Perano. HEX triplet: B7, BA and F9. RGB value is (183,186,249). Sum of RGB (Red+Green+Blue) = 183+186+249=618 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.61% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #B7BAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BAF9 is #484506. Grayscale: #C0C0C0. Windows color (decimal): -4736263 or 16366263. OLE color: 16366263.

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

Color convert

RGB183186249-
CMYK0.270.2500.02
HSL237.27º84.62%84.71%-
HSV(B)237.27º26.51%97.65%-
XYZ54.1952.0296.81-
YUV192.28160.01121.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.61%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=29.61%
G=30.10%
B=40.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831862490.270.2500.02237.2784.6284.71
HexB7BAF91B1902ed5555
Octal267272371333102355125125
Binary10110111101110101111100111011110010101110110110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BAF9; }

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

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

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

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

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

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

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

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