#B5BFFE

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

Shades of Perano #B5BFFE

Tints of Perano #B5BFFE

Color information

#B5BFFE (or 0xB5BFFE) is unknown color: approx Perano. HEX triplet: B5, BF and FE. RGB value is (181,191,254). Sum of RGB (Red+Green+Blue) = 181+191+254=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BFFE is #4A4001. Grayscale: #C2C2C2. Windows color (decimal): -4866050 or 16695221. OLE color: 16695221.

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

Color convert

RGB181191254-
CMYK0.290.2500.00
HSL231.78º97.33%85.29%-
HSV(B)231.78º28.74%99.61%-
XYZ55.5854.24101.31-
YUV195.19161.19117.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.91%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=28.91%
G=30.51%
B=40.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811912540.290.2500.00231.7897.3385.29
HexB5BFFE1D1900e86155
Octal265277376353100350141125
Binary1011010110111111111111101110111001001110100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFFE; }

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

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

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

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

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

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

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

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