Html Css Color HEX #A6B4FB Perano

📋 copy color: '#A6B4FB'

red 166 ◦ green 180 ◦ blue 251

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

Shades of Perano #A6B4FB

Tints of Perano #A6B4FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.04%

R = 27.81%
G = 30.15%
B = 42.04%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A6B4FB (or 0xA6B4FB) is known color: Perano. HEX triplet: A6, B4 and FB. RGB value is (166,180,251). Sum of RGB (Red+Green+Blue) = 166+180+251=597 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.81% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6B4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B4FB is #594B04. Grayscale: #B7B7B7. Windows color (decimal): -5851909 or 16495782. OLE color: 16495782.

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

Color convert

RGB 166 180 251 -
CMYK 0.34 0.28 0 0.02
HSL 230.12º 0.91% 0.82% -
HSV(B) 230.12º 0.34% 0.98% -
XYZ 49.46 47.71 97.87 -
YUV 183.91 165.86 115.23 -
System Red Green Blue C M Y K H S L
Decimal 166 180 251 0.34 0.28 0 0.02 230.12 0.91 0.82
Hex A6 B4 FB 22 1C 0 2 E6 5B 52
Octal 246 264 373 42 34 0 2 346 133 122
Binary 10100110 10110100 11111011 100010 11100 0 10 11100110 1011011 1010010

Color Harmonies of #A6B4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B4FB

Black with #A6B4FB

Text Example


Text Example

White with #A6B4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B4FB; }

 p { color: rgb(166,180,251); }

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

background-color css

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

 a { background-color: rgb(166,180,251); }

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

border-color css

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

 span { border-color: rgb(166,180,251); }

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