#B5B7FC

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

Shades of Perano #B5B7FC

Tints of Perano #B5B7FC

Color information

#B5B7FC (or 0xB5B7FC) is unknown color: approx Perano. HEX triplet: B5, B7 and FC. RGB value is (181,183,252). Sum of RGB (Red+Green+Blue) = 181+183+252=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5B7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B7FC is #4A4803. Grayscale: #BDBDBD. Windows color (decimal): -4868100 or 16562101. OLE color: 16562101.

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

Color convert

RGB181183252-
CMYK0.280.2700.01
HSL238.31º92.21%84.9%-
HSV(B)238.31º28.17%98.82%-
XYZ53.5650.7299.06-
YUV190.27162.84121.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.38%
GREEN value IS 183 (71.88% from 255) = 29.71%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=29.38%
G=29.71%
B=40.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811832520.280.2700.01238.3192.2184.9
HexB5B7FC1C1B01ee5c55
Octal265267374343301356134125
Binary1011010110110111111111001110011011011110111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B7FC; }

 p { color: rgb(181,183,252); }

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

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

 a { background-color: rgb(181,183,252); }

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

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

 span { border-color: rgb(181,183,252); }

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