#B1C1F9

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

Shades of Perano #B1C1F9

Tints of Perano #B1C1F9

Color information

#B1C1F9 (or 0xB1C1F9) is unknown color: approx Perano. HEX triplet: B1, C1 and F9. RGB value is (177,193,249). Sum of RGB (Red+Green+Blue) = 177+193+249=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1C1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C1F9 is #4E3E06. Grayscale: #C2C2C2. Windows color (decimal): -5127687 or 16368049. OLE color: 16368049.

HSL color Cylindrical-coordinate representation of color #B1C1F9: hue angle of 226.67º degrees, saturation: 0.86, 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 #B1C1F9 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177193249-
CMYK0.290.2200.02
HSL226.67º85.71%83.53%-
HSV(B)226.67º28.92%97.65%-
XYZ54.354.3397.25-
YUV194.6158.7115.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.59%
GREEN value IS 193 (75.78% from 255) = 31.18%
BLUE value IS 249 (97.66% from 255) = 40.23%
R=28.59%
G=31.18%
B=40.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771932490.290.2200.02226.6785.7183.53
HexB1C1F91D1602e35654
Octal261301371352602343126124
Binary10110001110000011111100111101101100101110001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C1F9; }

 p { color: rgb(177,193,249); }

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

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

 a { background-color: rgb(177,193,249); }

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

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

 span { border-color: rgb(177,193,249); }

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