#B1BFFB

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

Shades of Perano #B1BFFB

Tints of Perano #B1BFFB

Color information

#B1BFFB (or 0xB1BFFB) is unknown color: approx Perano. HEX triplet: B1, BF and FB. RGB value is (177,191,251). Sum of RGB (Red+Green+Blue) = 177+191+251=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BFFB is #4E4004. Grayscale: #C1C1C1. Windows color (decimal): -5128197 or 16498609. OLE color: 16498609.

HSL color Cylindrical-coordinate representation of color #B1BFFB: hue angle of 228.65º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1BFFB is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177191251-
CMYK0.290.2400.02
HSL228.65º90.24%83.92%-
HSV(B)228.65º29.48%98.43%-
XYZ54.1753.5798.75-
YUV193.65160.36116.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.59%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=28.59%
G=30.86%
B=40.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771912510.290.2400.02228.6590.2483.92
HexB1BFFB1D1802e55a54
Octal261277373353002345132124
Binary10110001101111111111101111101110000101110010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFFB; }

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

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

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

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

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

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

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

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