Html Css Color HEX #A8BDF9 Perano

📋 copy color: '#A8BDF9'

red 168 ◦ green 189 ◦ blue 249

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

Shades of Perano #A8BDF9

Tints of Perano #A8BDF9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.19%

 BLUE value IS 249 (97.66% from 255) = 41.09%

R = 27.72%
G = 31.19%
B = 41.09%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8BDF9 (or 0xA8BDF9) is known color: Perano. HEX triplet: A8, BD and F9. RGB value is (168,189,249). Sum of RGB (Red+Green+Blue) = 168+189+249=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8BDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BDF9 is #574206. Grayscale: #BDBDBD. Windows color (decimal): -5718535 or 16367016. OLE color: 16367016.

HSL color Cylindrical-coordinate representation of color #A8BDF9: hue angle of 224.44º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8BDF9 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 189 249 -
CMYK 0.33 0.24 0 0.02
HSL 224.44º 0.87% 0.82% -
HSV(B) 224.44º 0.33% 0.98% -
XYZ 51.44 51.56 96.86 -
YUV 189.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 168 189 249 0.33 0.24 0 0.02 224.44 0.87 0.82
Hex A8 BD F9 21 18 0 2 E0 57 52
Octal 250 275 371 41 30 0 2 340 127 122
Binary 10101000 10111101 11111001 100001 11000 0 10 11100000 1010111 1010010

Color Harmonies of #A8BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDF9

Black with #A8BDF9

Text Example


Text Example

White with #A8BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDF9; }

 p { color: rgb(168,189,249); }

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

background-color css

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

 a { background-color: rgb(168,189,249); }

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

border-color css

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

 span { border-color: rgb(168,189,249); }

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