Html Css Color HEX #A7BADF Perano

📋 copy color: '#A7BADF'

red 167 ◦ green 186 ◦ blue 223

#A7BADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A7BADF

Tints of Perano #A7BADF

RGB

 RED value IS 167 (65.63% from 255) = 28.99%

 GREEN value IS 186 (73.05% from 255) = 32.29%

 BLUE value IS 223 (87.5% from 255) = 38.72%

R = 28.99%
G = 32.29%
B = 38.72%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A7BADF (or 0xA7BADF) is known color: Perano. HEX triplet: A7, BA and DF. RGB value is (167,186,223). Sum of RGB (Red+Green+Blue) = 167+186+223=576 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.99% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BADF is #584520. Grayscale: #B8B8B8. Windows color (decimal): -5784865 or 14662311. OLE color: 14662311.

HSL color Cylindrical-coordinate representation of color #A7BADF: hue angle of 219.64º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7BADF is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 186 223 -
CMYK 0.25 0.17 0 0.13
HSL 219.64º 0.47% 0.76% -
HSV(B) 219.64º 0.25% 0.87% -
XYZ 46.81 48.66 76.74 -
YUV 184.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 167 186 223 0.25 0.17 0 0.13 219.64 0.47 0.76
Hex A7 BA DF 19 11 0 D DC 2F 4C
Octal 247 272 337 31 21 0 15 334 57 114
Binary 10100111 10111010 11011111 11001 10001 0 1101 11011100 101111 1001100

Color Harmonies of #A7BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BADF

Black with #A7BADF

Text Example


Text Example

White with #A7BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BADF; }

 p { color: rgb(167,186,223); }

 H1.HeaderClassName
 {
   color: #A7BADF;
 }
 .AnyTagClassName
 {
   color: #A7BADF;
 }
</style>

background-color css

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

 a { background-color: rgb(167,186,223); }

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

border-color css

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

 span { border-color: rgb(167,186,223); }

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