#B5BAFF

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

Shades of Perano #B5BAFF

Tints of Perano #B5BAFF

Color information

#B5BAFF (or 0xB5BAFF) is unknown color: approx Perano. HEX triplet: B5, BA and FF. RGB value is (181,186,255). Sum of RGB (Red+Green+Blue) = 181+186+255=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BAFF is #4A4500. Grayscale: #C0C0C0. Windows color (decimal): -4867329 or 16759477. OLE color: 16759477.

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

Color convert

RGB181186255-
CMYK0.290.2700
HSL235.95º100%85.49%-
HSV(B)235.95º29.02%100%-
XYZ54.6652.16101.79-
YUV192.37163.34119.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.10%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 255 (100% from 255) = 41.00%
R=29.10%
G=29.90%
B=41.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811862550.290.2700235.9510085.49
HexB5BAFF1D1B00ec6455
Octal265272377353300354144125
Binary1011010110111010111111111110111011001110110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BAFF; }

 p { color: rgb(181,186,255); }

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

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

 a { background-color: rgb(181,186,255); }

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

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

 span { border-color: rgb(181,186,255); }

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