#B1BEFF

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

Shades of Perano #B1BEFF

Tints of Perano #B1BEFF

Color information

#B1BEFF (or 0xB1BEFF) is unknown color: approx Perano. HEX triplet: B1, BE and FF. RGB value is (177,190,255). Sum of RGB (Red+Green+Blue) = 177+190+255=622 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.46% from 622); Green value is 190 (74.61% from 255 or 30.55% 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 #B1BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BEFF is #4E4100. Grayscale: #C1C1C1. Windows color (decimal): -5128449 or 16760497. OLE color: 16760497.

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

Color convert

RGB177190255-
CMYK0.310.2500
HSL230º100%84.71%-
HSV(B)230º30.59%100%-
XYZ54.5953.39102.04-
YUV193.52162.69116.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.46%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 255 (100% from 255) = 41.00%
R=28.46%
G=30.55%
B=41.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771902550.310.250023010084.71
HexB1BEFF1F1900e66455
Octal261276377373100346144125
Binary1011000110111110111111111111111001001110011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEFF; }

 p { color: rgb(177,190,255); }

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

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

 a { background-color: rgb(177,190,255); }

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

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

 span { border-color: rgb(177,190,255); }

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