#B2ADF7

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

Shades of Perano #B2ADF7

Tints of Perano #B2ADF7

Color information

#B2ADF7 (or 0xB2ADF7) is unknown color: approx Perano. HEX triplet: B2, AD and F7. RGB value is (178,173,247). Sum of RGB (Red+Green+Blue) = 178+173+247=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #B2ADF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADF7 is #4D5208. Grayscale: #B6B6B6. Windows color (decimal): -5067273 or 16231858. OLE color: 16231858.

HSL color Cylindrical-coordinate representation of color #B2ADF7: hue angle of 244.05º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2ADF7 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB178173247-
CMYK0.280.3000.03
HSL244.05º82.22%82.35%-
HSV(B)244.05º29.96%96.86%-
XYZ50.0946.0794.25-
YUV182.93164.16124.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.77%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 247 (96.88% from 255) = 41.30%
R=29.77%
G=28.93%
B=41.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781732470.280.3000.03244.0582.2282.35
HexB2ADF71C1E03f45252
Octal262255367343603364122122
Binary10110010101011011111011111100111100111111010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADF7; }

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

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

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

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

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

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

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

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