#B5B4F9

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

Shades of Perano #B5B4F9

Tints of Perano #B5B4F9

Color information

#B5B4F9 (or 0xB5B4F9) is unknown color: approx Perano. HEX triplet: B5, B4 and F9. RGB value is (181,180,249). Sum of RGB (Red+Green+Blue) = 181+180+249=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #B5B4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B4F9 is #4A4B06. Grayscale: #BBBBBB. Windows color (decimal): -4868871 or 16364725. OLE color: 16364725.

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

Color convert

RGB181180249-
CMYK0.270.2800.02
HSL240.87º85.19%84.12%-
HSV(B)240.87º27.71%97.65%-
XYZ52.4849.3196.37-
YUV188.16162.33122.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.67%
GREEN value IS 180 (70.70% from 255) = 29.51%
BLUE value IS 249 (97.66% from 255) = 40.82%
R=29.67%
G=29.51%
B=40.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811802490.270.2800.02240.8785.1984.12
HexB5B4F91B1C02f15554
Octal265264371333402361125124
Binary10110101101101001111100111011111000101111000110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B4F9; }

 p { color: rgb(181,180,249); }

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

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

 a { background-color: rgb(181,180,249); }

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

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

 span { border-color: rgb(181,180,249); }

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