#B1B8E2

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

Shades of Perano #B1B8E2

Tints of Perano #B1B8E2

Color information

#B1B8E2 (or 0xB1B8E2) is unknown color: approx Perano. HEX triplet: B1, B8 and E2. RGB value is (177,184,226). Sum of RGB (Red+Green+Blue) = 177+184+226=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #B1B8E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B8E2 is #4E471D. Grayscale: #BABABA. Windows color (decimal): -5130014 or 14858417. OLE color: 14858417.

HSL color Cylindrical-coordinate representation of color #B1B8E2: hue angle of 231.43º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1B8E2 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177184226-
CMYK0.220.1900.11
HSL231.43º45.79%79.02%-
HSV(B)231.43º21.68%88.63%-
XYZ4949.1278.85-
YUV186.7150.18121.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.15%
GREEN value IS 184 (72.27% from 255) = 31.35%
BLUE value IS 226 (88.67% from 255) = 38.50%
R=30.15%
G=31.35%
B=38.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1771842260.220.1900.11231.4345.7979.02
HexB1B8E216130Be72e4f
Octal261270342262301334756117
Binary101100011011100011100010101101001101011111001111011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B8E2; }

 p { color: rgb(177,184,226); }

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

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

 a { background-color: rgb(177,184,226); }

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

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

 span { border-color: rgb(177,184,226); }

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