#B1AEEF

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

Shades of Perano #B1AEEF

Tints of Perano #B1AEEF

Color information

#B1AEEF (or 0xB1AEEF) is unknown color: approx Perano. HEX triplet: B1, AE and EF. RGB value is (177,174,239). Sum of RGB (Red+Green+Blue) = 177+174+239=590 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1AEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AEEF is #4E5110. Grayscale: #B6B6B6. Windows color (decimal): -5132561 or 15707825. OLE color: 15707825.

HSL color Cylindrical-coordinate representation of color #B1AEEF: hue angle of 242.77º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1AEEF is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177174239-
CMYK0.260.2700.06
HSL242.77º67.01%80.98%-
HSV(B)242.77º27.2%93.73%-
XYZ48.8545.8587.94-
YUV182.31159.99124.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 239 (93.75% from 255) = 40.51%
R=30%
G=29.49%
B=40.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771742390.260.2700.06242.7767.0180.98
HexB1AEEF1A1B06f34351
Octal261256357323306363103121
Binary101100011010111011101111110101101101101111001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEEF; }

 p { color: rgb(177,174,239); }

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

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

 a { background-color: rgb(177,174,239); }

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

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

 span { border-color: rgb(177,174,239); }

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