#B5BFFF

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

Shades of Perano #B5BFFF

Tints of Perano #B5BFFF

Color information

#B5BFFF (or 0xB5BFFF) is unknown color: approx Perano. HEX triplet: B5, BF and FF. RGB value is (181,191,255). Sum of RGB (Red+Green+Blue) = 181+191+255=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BFFF is #4A4000. Grayscale: #C3C3C3. Windows color (decimal): -4866049 or 16760757. OLE color: 16760757.

HSL color Cylindrical-coordinate representation of color #B5BFFF: hue angle of 231.89º 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 #B5BFFF is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181191255-
CMYK0.290.2500
HSL231.89º100%85.49%-
HSV(B)231.89º29.02%100%-
XYZ55.7454.31102.15-
YUV195.31161.69117.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.87%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 255 (100% from 255) = 40.67%
R=28.87%
G=30.46%
B=40.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811912550.290.2500231.8910085.49
HexB5BFFF1D1900e86455
Octal265277377353100350144125
Binary1011010110111111111111111110111001001110100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFFF; }

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

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

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

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

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

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

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

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