Html Css Color HEX #A6BFFD Perano

📋 copy color: '#A6BFFD'

red 166 ◦ green 191 ◦ blue 253

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

Shades of Perano #A6BFFD

Tints of Perano #A6BFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 31.31%

 BLUE value IS 253 (99.22% from 255) = 41.48%

R = 27.21%
G = 31.31%
B = 41.48%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6BFFD (or 0xA6BFFD) is known color: Perano. HEX triplet: A6, BF and FD. RGB value is (166,191,253). Sum of RGB (Red+Green+Blue) = 166+191+253=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFFD is #594002. Grayscale: #BEBEBE. Windows color (decimal): -5849091 or 16629670. OLE color: 16629670.

HSL color Cylindrical-coordinate representation of color #A6BFFD: hue angle of 222.76º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6BFFD is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 191 253 -
CMYK 0.34 0.25 0 0.01
HSL 222.76º 0.96% 0.82% -
HSV(B) 222.76º 0.34% 0.99% -
XYZ 52.09 52.46 100.31 -
YUV 190.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 166 191 253 0.34 0.25 0 0.01 222.76 0.96 0.82
Hex A6 BF FD 22 19 0 1 DF 60 52
Octal 246 277 375 42 31 0 1 337 140 122
Binary 10100110 10111111 11111101 100010 11001 0 1 11011111 1100000 1010010

Color Harmonies of #A6BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFFD

Black with #A6BFFD

Text Example


Text Example

White with #A6BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFFD; }

 p { color: rgb(166,191,253); }

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

background-color css

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

 a { background-color: rgb(166,191,253); }

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

border-color css

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

 span { border-color: rgb(166,191,253); }

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