#B2ADFC

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

Shades of Perano #B2ADFC

Tints of Perano #B2ADFC

Color information

#B2ADFC (or 0xB2ADFC) is unknown color: approx Perano. HEX triplet: B2, AD and FC. RGB value is (178,173,252). Sum of RGB (Red+Green+Blue) = 178+173+252=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADFC is #4D5203. Grayscale: #B7B7B7. Windows color (decimal): -5067268 or 16559538. OLE color: 16559538.

HSL color Cylindrical-coordinate representation of color #B2ADFC: hue angle of 243.8º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2ADFC is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178173252-
CMYK0.290.3100.01
HSL243.8º92.94%83.33%-
HSV(B)243.8º31.35%98.82%-
XYZ50.8746.3898.37-
YUV183.5166.66124.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.52%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=29.52%
G=28.69%
B=41.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781732520.290.3100.01243.892.9483.33
HexB2ADFC1D1F01f45d53
Octal262255374353701364135123
Binary1011001010101101111111001110111111011111010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADFC; }

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

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

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

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

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

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

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

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