#B1BEF3

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

Shades of Perano #B1BEF3

Tints of Perano #B1BEF3

Color information

#B1BEF3 (or 0xB1BEF3) is unknown color: approx Perano. HEX triplet: B1, BE and F3. RGB value is (177,190,243). Sum of RGB (Red+Green+Blue) = 177+190+243=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #B1BEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BEF3 is #4E410C. Grayscale: #BFBFBF. Windows color (decimal): -5128461 or 15974065. OLE color: 15974065.

HSL color Cylindrical-coordinate representation of color #B1BEF3: hue angle of 228.18º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1BEF3 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177190243-
CMYK0.270.2200.05
HSL228.18º73.33%82.35%-
HSV(B)228.18º27.16%95.29%-
XYZ52.7252.6592.18-
YUV192.15156.69117.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.02%
GREEN value IS 190 (74.61% from 255) = 31.15%
BLUE value IS 243 (95.31% from 255) = 39.84%
R=29.02%
G=31.15%
B=39.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771902430.270.2200.05228.1873.3382.35
HexB1BEF31B1605e44952
Octal261276363332605344111122
Binary101100011011111011110011110111011001011110010010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEF3; }

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

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

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

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

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

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

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

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