#B1BBFC

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

Shades of Perano #B1BBFC

Tints of Perano #B1BBFC

Color information

#B1BBFC (or 0xB1BBFC) is unknown color: approx Perano. HEX triplet: B1, BB and FC. RGB value is (177,187,252). Sum of RGB (Red+Green+Blue) = 177+187+252=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BBFC is #4E4403. Grayscale: #BFBFBF. Windows color (decimal): -5129220 or 16563121. OLE color: 16563121.

HSL color Cylindrical-coordinate representation of color #B1BBFC: hue angle of 232º 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 #B1BBFC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177187252-
CMYK0.300.2600.01
HSL232º92.59%84.12%-
HSV(B)232º29.76%98.82%-
XYZ53.4751.9299.3-
YUV191.42162.19117.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.73%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=28.73%
G=30.36%
B=40.91%

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
Decimal1771872520.300.2600.0123292.5984.12
HexB1BBFC1E1A01e85d54
Octal261273374363201350135124
Binary1011000110111011111111001111011010011110100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBFC; }

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

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

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

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

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

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

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

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