#B2ADFD

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

Shades of Perano #B2ADFD

Tints of Perano #B2ADFD

Color information

#B2ADFD (or 0xB2ADFD) is unknown color: approx Perano. HEX triplet: B2, AD and FD. RGB value is (178,173,253). Sum of RGB (Red+Green+Blue) = 178+173+253=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADFD is #4D5202. Grayscale: #B7B7B7. Windows color (decimal): -5067267 or 16625074. OLE color: 16625074.

HSL color Cylindrical-coordinate representation of color #B2ADFD: hue angle of 243.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2ADFD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178173253-
CMYK0.300.3200.01
HSL243.75º95.24%83.53%-
HSV(B)243.75º31.62%99.22%-
XYZ51.0346.4499.2-
YUV183.62167.16124-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.47%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=29.47%
G=28.64%
B=41.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781732530.300.3200.01243.7595.2483.53
HexB2ADFD1E2001f45f54
Octal262255375364001364137124
Binary10110010101011011111110111110100000011111010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADFD; }

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

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

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

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

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

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

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

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