Html Css Color HEX #A8BADE Perano

📋 copy color: '#A8BADE'

red 168 ◦ green 186 ◦ blue 222

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

Shades of Perano #A8BADE

Tints of Perano #A8BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 29.17%
G = 32.29%
B = 38.54%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8BADE (or 0xA8BADE) is known color: Perano. HEX triplet: A8, BA and DE. RGB value is (168,186,222). Sum of RGB (Red+Green+Blue) = 168+186+222=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #A8BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BADE is #574521. Grayscale: #B8B8B8. Windows color (decimal): -5719330 or 14596776. OLE color: 14596776.

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

Color convert

RGB 168 186 222 -
CMYK 0.24 0.16 0 0.13
HSL 220º 0.45% 0.76% -
HSV(B) 220º 0.24% 0.87% -
XYZ 46.89 48.72 76.04 -
YUV 184.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 168 186 222 0.24 0.16 0 0.13 220 0.45 0.76
Hex A8 BA DE 18 10 0 D DC 2D 4C
Octal 250 272 336 30 20 0 15 334 55 114
Binary 10101000 10111010 11011110 11000 10000 0 1101 11011100 101101 1001100

Color Harmonies of #A8BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BADE

Black with #A8BADE

Text Example


Text Example

White with #A8BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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