#B2ADEE

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

Shades of Perano #B2ADEE

Tints of Perano #B2ADEE

Color information

#B2ADEE (or 0xB2ADEE) is unknown color: approx Perano. HEX triplet: B2, AD and EE. RGB value is (178,173,238). Sum of RGB (Red+Green+Blue) = 178+173+238=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADEE is #4D5211. Grayscale: #B5B5B5. Windows color (decimal): -5067282 or 15642034. OLE color: 15642034.

HSL color Cylindrical-coordinate representation of color #B2ADEE: hue angle of 244.62º 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 #B2ADEE is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178173238-
CMYK0.250.2700.07
HSL244.62º65.66%80.59%-
HSV(B)244.62º27.31%93.33%-
XYZ48.7445.5387.11-
YUV181.9159.66125.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.22%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=30.22%
G=29.37%
B=40.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781732380.250.2700.07244.6265.6680.59
HexB2ADEE191B07f54251
Octal262255356313307365102121
Binary101100101010110111101110110011101101111111010110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADEE; }

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

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

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

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

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

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

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

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