#B1BBFF

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

Shades of Perano #B1BBFF

Tints of Perano #B1BBFF

Color information

#B1BBFF (or 0xB1BBFF) is unknown color: approx Perano. HEX triplet: B1, BB and FF. RGB value is (177,187,255). Sum of RGB (Red+Green+Blue) = 177+187+255=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BBFF is #4E4400. Grayscale: #BFBFBF. Windows color (decimal): -5129217 or 16759729. OLE color: 16759729.

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

Color convert

RGB177187255-
CMYK0.310.2700
HSL232.31º100%84.71%-
HSV(B)232.31º30.59%100%-
XYZ53.9552.11101.82-
YUV191.76163.69117.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.59%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 255 (100% from 255) = 41.20%
R=28.59%
G=30.21%
B=41.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771872550.310.2700232.3110084.71
HexB1BBFF1F1B00e86455
Octal261273377373300350144125
Binary1011000110111011111111111111111011001110100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBFF; }

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

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

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

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

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

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

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

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