Html Css Color HEX #A6BCFD Perano

📋 copy color: '#A6BCFD'

red 166 ◦ green 188 ◦ blue 253

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

Shades of Perano #A6BCFD

Tints of Perano #A6BCFD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.97%

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

R = 27.35%
G = 30.97%
B = 41.68%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6BCFD (or 0xA6BCFD) is known color: Perano. HEX triplet: A6, BC and FD. RGB value is (166,188,253). Sum of RGB (Red+Green+Blue) = 166+188+253=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BCFD is #594302. Grayscale: #BCBCBC. Windows color (decimal): -5849859 or 16628902. OLE color: 16628902.

HSL color Cylindrical-coordinate representation of color #A6BCFD: hue angle of 224.83º 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 #A6BCFD is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 188 253 -
CMYK 0.34 0.26 0 0.01
HSL 224.83º 0.96% 0.82% -
HSV(B) 224.83º 0.34% 0.99% -
XYZ 51.44 51.17 100.09 -
YUV 188.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 166 188 253 0.34 0.26 0 0.01 224.83 0.96 0.82
Hex A6 BC FD 22 1A 0 1 E1 60 52
Octal 246 274 375 42 32 0 1 341 140 122
Binary 10100110 10111100 11111101 100010 11010 0 1 11100001 1100000 1010010

Color Harmonies of #A6BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCFD

Black with #A6BCFD

Text Example


Text Example

White with #A6BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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