#B1C1EF

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

Shades of Perano #B1C1EF

Tints of Perano #B1C1EF

Color information

#B1C1EF (or 0xB1C1EF) is unknown color: approx Perano. HEX triplet: B1, C1 and EF. RGB value is (177,193,239). Sum of RGB (Red+Green+Blue) = 177+193+239=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1C1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C1EF is #4E3E10. Grayscale: #C1C1C1. Windows color (decimal): -5127697 or 15712689. OLE color: 15712689.

HSL color Cylindrical-coordinate representation of color #B1C1EF: hue angle of 224.52º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1C1EF is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177193239-
CMYK0.260.1900.06
HSL224.52º65.96%81.57%-
HSV(B)224.52º25.94%93.73%-
XYZ52.7853.7289.25-
YUV193.46153.7116.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.06%
GREEN value IS 193 (75.78% from 255) = 31.69%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=29.06%
G=31.69%
B=39.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771932390.260.1900.06224.5265.9681.57
HexB1C1EF1A1306e14252
Octal261301357322306341102122
Binary101100011100000111101111110101001101101110000110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C1EF; }

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

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

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

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

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

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

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

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