#B4B7FB

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

Shades of Perano #B4B7FB

Tints of Perano #B4B7FB

Color information

#B4B7FB (or 0xB4B7FB) is unknown color: approx Perano. HEX triplet: B4, B7 and FB. RGB value is (180,183,251). Sum of RGB (Red+Green+Blue) = 180+183+251=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4B7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B7FB is #4B4804. Grayscale: #BDBDBD. Windows color (decimal): -4933637 or 16496564. OLE color: 16496564.

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

Color convert

RGB180183251-
CMYK0.280.2700.02
HSL237.46º89.87%84.51%-
HSV(B)237.46º28.29%98.43%-
XYZ53.1750.5498.22-
YUV189.86162.51120.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.32%
GREEN value IS 183 (71.88% from 255) = 29.80%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=29.32%
G=29.80%
B=40.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801832510.280.2700.02237.4689.8784.51
HexB4B7FB1C1B02ed5a55
Octal264267373343302355132125
Binary10110100101101111111101111100110110101110110110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B7FB; }

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

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

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

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

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

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

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

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