Html Css Color HEX #A8B4E8 Perano

📋 copy color: '#A8B4E8'

red 168 ◦ green 180 ◦ blue 232

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

Shades of Perano #A8B4E8

Tints of Perano #A8B4E8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.03%

 BLUE value IS 232 (91.02% from 255) = 40%

R = 28.97%
G = 31.03%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A8B4E8 (or 0xA8B4E8) is known color: Perano. HEX triplet: A8, B4 and E8. RGB value is (168,180,232). Sum of RGB (Red+Green+Blue) = 168+180+232=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #A8B4E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B4E8 is #574B17. Grayscale: #B6B6B6. Windows color (decimal): -5720856 or 15250600. OLE color: 15250600.

HSL color Cylindrical-coordinate representation of color #A8B4E8: hue angle of 228.75º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8B4E8 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 180 232 -
CMYK 0.28 0.22 0 0.09
HSL 228.75º 0.58% 0.78% -
HSV(B) 228.75º 0.28% 0.91% -
XYZ 47.04 46.79 82.9 -
YUV 182.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 168 180 232 0.28 0.22 0 0.09 228.75 0.58 0.78
Hex A8 B4 E8 1C 16 0 9 E5 3A 4E
Octal 250 264 350 34 26 0 11 345 72 116
Binary 10101000 10110100 11101000 11100 10110 0 1001 11100101 111010 1001110

Color Harmonies of #A8B4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B4E8

Black with #A8B4E8

Text Example


Text Example

White with #A8B4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B4E8; }

 p { color: rgb(168,180,232); }

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

background-color css

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

 a { background-color: rgb(168,180,232); }

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

border-color css

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

 span { border-color: rgb(168,180,232); }

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