Html Css Color HEX #A0BBFA Perano

📋 copy color: '#A0BBFA'

red 160 ◦ green 187 ◦ blue 250

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

Shades of Perano #A0BBFA

Tints of Perano #A0BBFA

RGB

 RED value IS 160 (62.89% from 255) = 26.8%

 GREEN value IS 187 (73.44% from 255) = 31.32%

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 26.8%
G = 31.32%
B = 41.88%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A0BBFA (or 0xA0BBFA) is known color: Perano. HEX triplet: A0, BB and FA. RGB value is (160,187,250). Sum of RGB (Red+Green+Blue) = 160+187+250=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0BBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BBFA is #5F4405. Grayscale: #B9B9B9. Windows color (decimal): -6243334 or 16432032. OLE color: 16432032.

HSL color Cylindrical-coordinate representation of color #A0BBFA: hue angle of 222º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0BBFA is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 187 250 -
CMYK 0.36 0.25 0 0.02
HSL 222º 0.9% 0.8% -
HSV(B) 222º 0.36% 0.98% -
XYZ 49.52 49.92 97.47 -
YUV 186.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 160 187 250 0.36 0.25 0 0.02 222 0.9 0.8
Hex A0 BB FA 24 19 0 2 DE 5A 50
Octal 240 273 372 44 31 0 2 336 132 120
Binary 10100000 10111011 11111010 100100 11001 0 10 11011110 1011010 1010000

Color Harmonies of #A0BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBFA

Black with #A0BBFA

Text Example


Text Example

White with #A0BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBFA; }

 p { color: rgb(160,187,250); }

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

background-color css

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

 a { background-color: rgb(160,187,250); }

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

border-color css

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

 span { border-color: rgb(160,187,250); }

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