#B1B2EE

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

Shades of Perano #B1B2EE

Tints of Perano #B1B2EE

Color information

#B1B2EE (or 0xB1B2EE) is unknown color: approx Perano. HEX triplet: B1, B2 and EE. RGB value is (177,178,238). Sum of RGB (Red+Green+Blue) = 177+178+238=593 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.85% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1B2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1B2EE is #4E4D11. Grayscale: #B8B8B8. Windows color (decimal): -5131538 or 15643313. OLE color: 15643313.

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

Color convert

RGB177178238-
CMYK0.260.2500.07
HSL239.02º64.21%81.37%-
HSV(B)239.02º25.63%93.33%-
XYZ49.4847.3687.42-
YUV184.54158.17122.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.85%
GREEN value IS 178 (69.92% from 255) = 30.02%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=29.85%
G=30.02%
B=40.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771782380.260.2500.07239.0264.2181.37
HexB1B2EE1A1907ef4051
Octal261262356323107357100121
Binary101100011011001011101110110101100101111110111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B2EE; }

 p { color: rgb(177,178,238); }

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

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

 a { background-color: rgb(177,178,238); }

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

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

 span { border-color: rgb(177,178,238); }

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