Html Css Color HEX #A8ADEB Perano

📋 copy color: '#A8ADEB'

red 168 ◦ green 173 ◦ blue 235

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

Shades of Perano #A8ADEB

Tints of Perano #A8ADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.03%

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 29.17%
G = 30.03%
B = 40.8%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8ADEB (or 0xA8ADEB) is known color: Perano. HEX triplet: A8, AD and EB. RGB value is (168,173,235). Sum of RGB (Red+Green+Blue) = 168+173+235=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADEB is #575214. Grayscale: #B2B2B2. Windows color (decimal): -5722645 or 15445416. OLE color: 15445416.

HSL color Cylindrical-coordinate representation of color #A8ADEB: hue angle of 235.52º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ADEB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 173 235 -
CMYK 0.29 0.26 0 0.08
HSL 235.52º 0.63% 0.79% -
HSV(B) 235.52º 0.29% 0.92% -
XYZ 46.09 44.21 84.7 -
YUV 178.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 168 173 235 0.29 0.26 0 0.08 235.52 0.63 0.79
Hex A8 AD EB 1D 1A 0 8 EC 3F 4F
Octal 250 255 353 35 32 0 10 354 77 117
Binary 10101000 10101101 11101011 11101 11010 0 1000 11101100 111111 1001111

Color Harmonies of #A8ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ADEB

Black with #A8ADEB

Text Example


Text Example

White with #A8ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ADEB; }

 p { color: rgb(168,173,235); }

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

background-color css

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

 a { background-color: rgb(168,173,235); }

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

border-color css

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

 span { border-color: rgb(168,173,235); }

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