#B1BFFF

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

Shades of Perano #B1BFFF

Tints of Perano #B1BFFF

Color information

#B1BFFF (or 0xB1BFFF) is unknown color: approx Perano. HEX triplet: B1, BF and FF. RGB value is (177,191,255). Sum of RGB (Red+Green+Blue) = 177+191+255=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BFFF is #4E4000. Grayscale: #C1C1C1. Windows color (decimal): -5128193 or 16760753. OLE color: 16760753.

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

Color convert

RGB177191255-
CMYK0.310.2500
HSL229.23º100%84.71%-
HSV(B)229.23º30.59%100%-
XYZ54.8153.83102.11-
YUV194.11162.36115.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.41%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 255 (100% from 255) = 40.93%
R=28.41%
G=30.66%
B=40.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771912550.310.2500229.2310084.71
HexB1BFFF1F1900e56455
Octal261277377373100345144125
Binary1011000110111111111111111111111001001110010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFFF; }

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

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

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

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

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

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

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

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