#B1C2EB

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

Shades of Perano #B1C2EB

Tints of Perano #B1C2EB

Color information

#B1C2EB (or 0xB1C2EB) is unknown color: approx Perano. HEX triplet: B1, C2 and EB. RGB value is (177,194,235). Sum of RGB (Red+Green+Blue) = 177+194+235=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C2EB is #4E3D14. Grayscale: #C1C1C1. Windows color (decimal): -5127445 or 15450801. OLE color: 15450801.

HSL color Cylindrical-coordinate representation of color #B1C2EB: hue angle of 222.41º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1C2EB is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177194235-
CMYK0.250.1700.08
HSL222.41º59.18%80.78%-
HSV(B)222.41º24.68%92.16%-
XYZ52.4253.9386.24-
YUV193.59151.37116.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.21%
GREEN value IS 194 (76.17% from 255) = 32.01%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=29.21%
G=32.01%
B=38.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771942350.250.1700.08222.4159.1880.78
HexB1C2EB191108de3b51
Octal261302353312101033673121
Binary101100011100001011101011110011000101000110111101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C2EB; }

 p { color: rgb(177,194,235); }

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

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

 a { background-color: rgb(177,194,235); }

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

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

 span { border-color: rgb(177,194,235); }

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