Html Css Color HEX #A8B0EE Perano

📋 copy color: '#A8B0EE'

red 168 ◦ green 176 ◦ blue 238

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

Shades of Perano #A8B0EE

Tints of Perano #A8B0EE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.24%

 BLUE value IS 238 (93.36% from 255) = 40.89%

R = 28.87%
G = 30.24%
B = 40.89%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8B0EE (or 0xA8B0EE) is known color: Perano. HEX triplet: A8, B0 and EE. RGB value is (168,176,238). Sum of RGB (Red+Green+Blue) = 168+176+238=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8B0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B0EE is #574F11. Grayscale: #B4B4B4. Windows color (decimal): -5721874 or 15642792. OLE color: 15642792.

HSL color Cylindrical-coordinate representation of color #A8B0EE: hue angle of 233.14º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8B0EE is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 176 238 -
CMYK 0.29 0.26 0 0.07
HSL 233.14º 0.67% 0.8% -
HSV(B) 233.14º 0.29% 0.93% -
XYZ 47.11 45.55 87.2 -
YUV 180.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 168 176 238 0.29 0.26 0 0.07 233.14 0.67 0.8
Hex A8 B0 EE 1D 1A 0 7 E9 43 50
Octal 250 260 356 35 32 0 7 351 103 120
Binary 10101000 10110000 11101110 11101 11010 0 111 11101001 1000011 1010000

Color Harmonies of #A8B0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B0EE

Black with #A8B0EE

Text Example


Text Example

White with #A8B0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B0EE; }

 p { color: rgb(168,176,238); }

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

background-color css

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

 a { background-color: rgb(168,176,238); }

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

border-color css

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

 span { border-color: rgb(168,176,238); }

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