#B1C0EA

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

Shades of Perano #B1C0EA

Tints of Perano #B1C0EA

Color information

#B1C0EA (or 0xB1C0EA) is unknown color: approx Perano. HEX triplet: B1, C0 and EA. RGB value is (177,192,234). Sum of RGB (Red+Green+Blue) = 177+192+234=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1C0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C0EA is #4E3F15. Grayscale: #C0C0C0. Windows color (decimal): -5127958 or 15384753. OLE color: 15384753.

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

Color convert

RGB177192234-
CMYK0.240.1800.08
HSL224.21º57.58%80.59%-
HSV(B)224.21º24.36%91.76%-
XYZ51.8352.9985.34-
YUV192.3151.53117.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.35%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=29.35%
G=31.84%
B=38.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771922340.240.1800.08224.2157.5880.59
HexB1C0EA181208e03a51
Octal261300352302201034072121
Binary101100011100000011101010110001001001000111000001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C0EA; }

 p { color: rgb(177,192,234); }

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

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

 a { background-color: rgb(177,192,234); }

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

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

 span { border-color: rgb(177,192,234); }

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