Html Css Color HEX #A8BADF Perano

📋 copy color: '#A8BADF'

red 168 ◦ green 186 ◦ blue 223

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

Shades of Perano #A8BADF

Tints of Perano #A8BADF

RGB

 RED value IS 168 (66.02% from 255) = 29.12%

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

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

R = 29.12%
G = 32.24%
B = 38.65%

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

#A8BADF (or 0xA8BADF) is known color: Perano. HEX triplet: A8, BA and DF. RGB value is (168,186,223). Sum of RGB (Red+Green+Blue) = 168+186+223=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BADF is #574520. Grayscale: #B8B8B8. Windows color (decimal): -5719329 or 14662312. OLE color: 14662312.

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

Color convert

RGB 168 186 223 -
CMYK 0.25 0.17 0 0.13
HSL 220.36º 0.46% 0.77% -
HSV(B) 220.36º 0.25% 0.87% -
XYZ 47.03 48.77 76.75 -
YUV 184.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 168 186 223 0.25 0.17 0 0.13 220.36 0.46 0.77
Hex A8 BA DF 19 11 0 D DC 2E 4D
Octal 250 272 337 31 21 0 15 334 56 115
Binary 10101000 10111010 11011111 11001 10001 0 1101 11011100 101110 1001101

Color Harmonies of #A8BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BADF

Black with #A8BADF

Text Example


Text Example

White with #A8BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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