Html Css Color HEX #A9B2FB Perano

📋 copy color: '#A9B2FB'

red 169 ◦ green 178 ◦ blue 251

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

Shades of Perano #A9B2FB

Tints of Perano #A9B2FB

RGB

 RED value IS 169 (66.41% from 255) = 28.26%

 GREEN value IS 178 (69.92% from 255) = 29.77%

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

R = 28.26%
G = 29.77%
B = 41.97%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A9B2FB (or 0xA9B2FB) is known color: Perano. HEX triplet: A9, B2 and FB. RGB value is (169,178,251). Sum of RGB (Red+Green+Blue) = 169+178+251=598 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.26% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9B2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B2FB is #564D04. Grayscale: #B7B7B7. Windows color (decimal): -5655813 or 16495273. OLE color: 16495273.

HSL color Cylindrical-coordinate representation of color #A9B2FB: hue angle of 233.41º degrees, saturation: 0.91, 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 #A9B2FB is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 178 251 -
CMYK 0.33 0.29 0 0.02
HSL 233.41º 0.91% 0.82% -
HSV(B) 233.41º 0.33% 0.98% -
XYZ 49.7 47.24 97.77 -
YUV 183.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 169 178 251 0.33 0.29 0 0.02 233.41 0.91 0.82
Hex A9 B2 FB 21 1D 0 2 E9 5B 52
Octal 251 262 373 41 35 0 2 351 133 122
Binary 10101001 10110010 11111011 100001 11101 0 10 11101001 1011011 1010010

Color Harmonies of #A9B2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B2FB

Black with #A9B2FB

Text Example


Text Example

White with #A9B2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B2FB; }

 p { color: rgb(169,178,251); }

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

background-color css

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

 a { background-color: rgb(169,178,251); }

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

border-color css

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

 span { border-color: rgb(169,178,251); }

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