#B7BBFA

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

Shades of Perano #B7BBFA

Tints of Perano #B7BBFA

Color information

#B7BBFA (or 0xB7BBFA) is unknown color: approx Perano. HEX triplet: B7, BB and FA. RGB value is (183,187,250). Sum of RGB (Red+Green+Blue) = 183+187+250=620 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.52% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BBFA is #484405. Grayscale: #C0C0C0. Windows color (decimal): -4736006 or 16432055. OLE color: 16432055.

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

Color convert

RGB183187250-
CMYK0.270.2500.02
HSL236.42º87.01%84.9%-
HSV(B)236.42º26.8%98.04%-
XYZ54.5552.5197.7-
YUV192.99160.17120.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.52%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=29.52%
G=30.16%
B=40.32%

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
Decimal1831872500.270.2500.02236.4287.0184.9
HexB7BBFA1B1902ec5755
Octal267273372333102354127125
Binary10110111101110111111101011011110010101110110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BBFA; }

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

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

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

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

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

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

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

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