Html Css Color HEX #A8B4DF Perano

📋 copy color: '#A8B4DF'

red 168 ◦ green 180 ◦ blue 223

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

Shades of Perano #A8B4DF

Tints of Perano #A8B4DF

RGB

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

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

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

R = 29.42%
G = 31.52%
B = 39.05%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8B4DF (or 0xA8B4DF) is known color: Perano. HEX triplet: A8, B4 and DF. RGB value is (168,180,223). Sum of RGB (Red+Green+Blue) = 168+180+223=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8B4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B4DF is #574B20. Grayscale: #B5B5B5. Windows color (decimal): -5720865 or 14660776. OLE color: 14660776.

HSL color Cylindrical-coordinate representation of color #A8B4DF: hue angle of 226.91º 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 #A8B4DF is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 180 223 -
CMYK 0.25 0.19 0 0.13
HSL 226.91º 0.46% 0.77% -
HSV(B) 226.91º 0.25% 0.87% -
XYZ 45.79 46.3 76.33 -
YUV 181.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 168 180 223 0.25 0.19 0 0.13 226.91 0.46 0.77
Hex A8 B4 DF 19 13 0 D E3 2E 4D
Octal 250 264 337 31 23 0 15 343 56 115
Binary 10101000 10110100 11011111 11001 10011 0 1101 11100011 101110 1001101

Color Harmonies of #A8B4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B4DF

Black with #A8B4DF

Text Example


Text Example

White with #A8B4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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