#B6B7FB

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

Shades of Perano #B6B7FB

Tints of Perano #B6B7FB

Color information

#B6B7FB (or 0xB6B7FB) is unknown color: approx Perano. HEX triplet: B6, B7 and FB. RGB value is (182,183,251). Sum of RGB (Red+Green+Blue) = 182+183+251=616 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.55% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6B7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6B7FB is #494804. Grayscale: #BEBEBE. Windows color (decimal): -4802565 or 16496566. OLE color: 16496566.

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

Color convert

RGB182183251-
CMYK0.270.2700.02
HSL239.13º89.61%84.9%-
HSV(B)239.13º27.49%98.43%-
XYZ53.6450.7898.24-
YUV190.45162.17121.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.55%
GREEN value IS 183 (71.88% from 255) = 29.71%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=29.55%
G=29.71%
B=40.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821832510.270.2700.02239.1389.6184.9
HexB6B7FB1B1B02ef5a55
Octal266267373333302357132125
Binary10110110101101111111101111011110110101110111110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B7FB; }

 p { color: rgb(182,183,251); }

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

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

 a { background-color: rgb(182,183,251); }

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

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

 span { border-color: rgb(182,183,251); }

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