#B1BAFC

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

Shades of Perano #B1BAFC

Tints of Perano #B1BAFC

Color information

#B1BAFC (or 0xB1BAFC) is unknown color: approx Perano. HEX triplet: B1, BA and FC. RGB value is (177,186,252). Sum of RGB (Red+Green+Blue) = 177+186+252=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1BAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BAFC is #4E4503. Grayscale: #BEBEBE. Windows color (decimal): -5129476 or 16562865. OLE color: 16562865.

HSL color Cylindrical-coordinate representation of color #B1BAFC: hue angle of 232.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1BAFC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177186252-
CMYK0.300.2600.01
HSL232.8º92.59%84.12%-
HSV(B)232.8º29.76%98.82%-
XYZ53.2651.4999.23-
YUV190.83162.52118.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.78%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=28.78%
G=30.24%
B=40.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771862520.300.2600.01232.892.5984.12
HexB1BAFC1E1A01e95d54
Octal261272374363201351135124
Binary1011000110111010111111001111011010011110100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BAFC; }

 p { color: rgb(177,186,252); }

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

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

 a { background-color: rgb(177,186,252); }

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

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

 span { border-color: rgb(177,186,252); }

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