#B0ADFA

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

Shades of Perano #B0ADFA

Tints of Perano #B0ADFA

Color information

#B0ADFA (or 0xB0ADFA) is unknown color: approx Perano. HEX triplet: B0, AD and FA. RGB value is (176,173,250). Sum of RGB (Red+Green+Blue) = 176+173+250=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ADFA is #4F5205. Grayscale: #B6B6B6. Windows color (decimal): -5198342 or 16428464. OLE color: 16428464.

HSL color Cylindrical-coordinate representation of color #B0ADFA: hue angle of 242.34º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0ADFA is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176173250-
CMYK0.300.3100.02
HSL242.34º88.51%82.94%-
HSV(B)242.34º30.8%98.04%-
XYZ50.146.0296.68-
YUV182.68165.99123.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.38%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=29.38%
G=28.88%
B=41.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761732500.300.3100.02242.3488.5182.94
HexB0ADFA1E1F02f25953
Octal260255372363702362131123
Binary10110000101011011111101011110111110101111001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADFA; }

 p { color: rgb(176,173,250); }

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

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

 a { background-color: rgb(176,173,250); }

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

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

 span { border-color: rgb(176,173,250); }

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