#B5B0FB

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

Shades of Perano #B5B0FB

Tints of Perano #B5B0FB

Color information

#B5B0FB (or 0xB5B0FB) is unknown color: approx Perano. HEX triplet: B5, B0 and FB. RGB value is (181,176,251). Sum of RGB (Red+Green+Blue) = 181+176+251=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #B5B0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5B0FB is #4A4F04. Grayscale: #B9B9B9. Windows color (decimal): -4869893 or 16494773. OLE color: 16494773.

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

Color convert

RGB181176251-
CMYK0.280.3000.02
HSL244º90.36%83.73%-
HSV(B)244º29.88%98.43%-
XYZ51.9947.8497.76-
YUV186.04164.66124.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.77%
GREEN value IS 176 (69.14% from 255) = 28.95%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=29.77%
G=28.95%
B=41.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811762510.280.3000.0224490.3683.73
HexB5B0FB1C1E02f45a54
Octal265260373343602364132124
Binary10110101101100001111101111100111100101111010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0FB; }

 p { color: rgb(181,176,251); }

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

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

 a { background-color: rgb(181,176,251); }

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

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

 span { border-color: rgb(181,176,251); }

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