#B1BDEC

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

Shades of Perano #B1BDEC

Tints of Perano #B1BDEC

Color information

#B1BDEC (or 0xB1BDEC) is unknown color: approx Perano. HEX triplet: B1, BD and EC. RGB value is (177,189,236). Sum of RGB (Red+Green+Blue) = 177+189+236=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1BDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BDEC is #4E4213. Grayscale: #BEBEBE. Windows color (decimal): -5128724 or 15515057. OLE color: 15515057.

HSL color Cylindrical-coordinate representation of color #B1BDEC: hue angle of 227.8º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1BDEC is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177189236-
CMYK0.250.2000.07
HSL227.8º60.82%80.98%-
HSV(B)227.8º25%92.55%-
XYZ51.4751.886.64-
YUV190.77153.52118.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=29.40%
G=31.40%
B=39.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771892360.250.2000.07227.860.8280.98
HexB1BDEC191407e43d51
Octal26127535431240734475121
Binary10110001101111011110110011001101000111111001001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDEC; }

 p { color: rgb(177,189,236); }

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

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

 a { background-color: rgb(177,189,236); }

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

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

 span { border-color: rgb(177,189,236); }

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