Html Css Color HEX #A9BCFC Perano

📋 copy color: '#A9BCFC'

red 169 ◦ green 188 ◦ blue 252

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

Shades of Perano #A9BCFC

Tints of Perano #A9BCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.38%

R = 27.75%
G = 30.87%
B = 41.38%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A9BCFC (or 0xA9BCFC) is known color: Perano. HEX triplet: A9, BC and FC. RGB value is (169,188,252). Sum of RGB (Red+Green+Blue) = 169+188+252=609 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.75% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BCFC is #564303. Grayscale: #BDBDBD. Windows color (decimal): -5653252 or 16563369. OLE color: 16563369.

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

Color convert

RGB 169 188 252 -
CMYK 0.33 0.25 0 0.01
HSL 226.27º 0.93% 0.83% -
HSV(B) 226.27º 0.33% 0.99% -
XYZ 51.92 51.43 99.29 -
YUV 189.62 163.21 113.3 -
System Red Green Blue C M Y K H S L
Decimal 169 188 252 0.33 0.25 0 0.01 226.27 0.93 0.83
Hex A9 BC FC 21 19 0 1 E2 5D 53
Octal 251 274 374 41 31 0 1 342 135 123
Binary 10101001 10111100 11111100 100001 11001 0 1 11100010 1011101 1010011

Color Harmonies of #A9BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BCFC

Black with #A9BCFC

Text Example


Text Example

White with #A9BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BCFC; }

 p { color: rgb(169,188,252); }

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

background-color css

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

 a { background-color: rgb(169,188,252); }

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

border-color css

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

 span { border-color: rgb(169,188,252); }

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