#B1ADEE

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

Shades of Perano #B1ADEE

Tints of Perano #B1ADEE

Color information

#B1ADEE (or 0xB1ADEE) is unknown color: approx Perano. HEX triplet: B1, AD and EE. RGB value is (177,173,238). Sum of RGB (Red+Green+Blue) = 177+173+238=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ADEE is #4E5211. Grayscale: #B5B5B5. Windows color (decimal): -5132818 or 15642033. OLE color: 15642033.

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

Color convert

RGB177173238-
CMYK0.260.2700.07
HSL243.69º65.66%80.59%-
HSV(B)243.69º27.31%93.33%-
XYZ48.5145.4187.1-
YUV181.61159.83124.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.10%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=30.10%
G=29.42%
B=40.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771732380.260.2700.07243.6965.6680.59
HexB1ADEE1A1B07f44251
Octal261255356323307364102121
Binary101100011010110111101110110101101101111111010010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADEE; }

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

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

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

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

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

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

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

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