Html Css Color HEX #A6BDF8 Perano

📋 copy color: '#A6BDF8'

red 166 ◦ green 189 ◦ blue 248

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

Shades of Perano #A6BDF8

Tints of Perano #A6BDF8

RGB

 RED value IS 166 (65.23% from 255) = 27.53%

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

 BLUE value IS 248 (97.27% from 255) = 41.13%

R = 27.53%
G = 31.34%
B = 41.13%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A6BDF8 (or 0xA6BDF8) is known color: Perano. HEX triplet: A6, BD and F8. RGB value is (166,189,248). Sum of RGB (Red+Green+Blue) = 166+189+248=603 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.53% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6BDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BDF8 is #594207. Grayscale: #BCBCBC. Windows color (decimal): -5849608 or 16301478. OLE color: 16301478.

HSL color Cylindrical-coordinate representation of color #A6BDF8: hue angle of 223.17º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6BDF8 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 189 248 -
CMYK 0.33 0.24 0 0.03
HSL 223.17º 0.85% 0.81% -
HSV(B) 223.17º 0.33% 0.97% -
XYZ 50.87 51.28 96.02 -
YUV 188.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 166 189 248 0.33 0.24 0 0.03 223.17 0.85 0.81
Hex A6 BD F8 21 18 0 3 DF 55 51
Octal 246 275 370 41 30 0 3 337 125 121
Binary 10100110 10111101 11111000 100001 11000 0 11 11011111 1010101 1010001

Color Harmonies of #A6BDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDF8

Black with #A6BDF8

Text Example


Text Example

White with #A6BDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDF8; }

 p { color: rgb(166,189,248); }

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

background-color css

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

 a { background-color: rgb(166,189,248); }

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

border-color css

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

 span { border-color: rgb(166,189,248); }

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