#B5BFFA

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

Shades of Perano #B5BFFA

Tints of Perano #B5BFFA

Color information

#B5BFFA (or 0xB5BFFA) is unknown color: approx Perano. HEX triplet: B5, BF and FA. RGB value is (181,191,250). Sum of RGB (Red+Green+Blue) = 181+191+250=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BFFA is #4A4005. Grayscale: #C2C2C2. Windows color (decimal): -4866054 or 16433077. OLE color: 16433077.

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

Color convert

RGB181191250-
CMYK0.280.2400.02
HSL231.3º87.34%84.51%-
HSV(B)231.3º27.6%98.04%-
XYZ54.9453.9997.97-
YUV194.74159.19118.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.10%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=29.10%
G=30.71%
B=40.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811912500.280.2400.02231.387.3484.51
HexB5BFFA1C1802e75755
Octal265277372343002347127125
Binary10110101101111111111101011100110000101110011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFFA; }

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

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

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

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

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

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

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

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